Skip to content

Commit

Permalink
publish updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelReyes committed Oct 28, 2022
1 parent 6a2acfc commit eade8f1
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,21 @@
<artifactId>annotation</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>net.danlew</groupId>
<artifactId>android.joda</artifactId>
<version>2.10.3</version>
<scope>runtime</scope>
<type>aar</aar>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.3</version>
<scope>runtime</scope>
<type>aar</aar>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,84 +57,98 @@
<artifactId>kotlin-stdlib</artifactId>
<version>1.4.10</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.4.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.4.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-rx2</artifactId>
<version>1.4.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>net.danlew</groupId>
<artifactId>android.joda</artifactId>
<version>2.10.3</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.github.skedgo</groupId>
<artifactId>commons-collections</artifactId>
<version>v1.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.9.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.8.1</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>adapter-rxjava2</artifactId>
<version>2.8.1</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.8.1</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.3</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.1.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.firebase</groupId>
<artifactId>firebase-jobdispatcher</artifactId>
<version>0.8.5</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,186 +85,217 @@
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.4.10</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.50</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.3.0-alpha04</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.gojuno.koptional</groupId>
<artifactId>koptional</artifactId>
<version>1.2.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.2.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>2.0.0-beta4</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.android.libraries.places</groupId>
<artifactId>places</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.2.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.legacy</groupId>
<artifactId>legacy-support-v4</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>flexbox</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.github.skedgo</groupId>
<artifactId>wheel</artifactId>
<version>v1.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-rx2</artifactId>
<version>1.4.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-runtime</artifactId>
<version>2.2.5</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-rxjava2</artifactId>
<version>2.2.5</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-ktx</artifactId>
<version>2.2.5</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>otto</artifactId>
<version>1.3.8</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.picasso</groupId>
<artifactId>picasso</artifactId>
<version>2.71828</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.8.1</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>adapter-rxjava2</artifactId>
<version>2.8.1</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.8.1</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-maps</artifactId>
<version>17.0.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.maps.android</groupId>
<artifactId>android-maps-utils</artifactId>
<version>0.5</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.5.0-alpha05</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.1.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.3</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.jakewharton.rxrelay2</groupId>
<artifactId>rxrelay</artifactId>
<version>2.1.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxkotlin</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>net.danlew</groupId>
<artifactId>android.joda</artifactId>
<version>2.10.3</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.github.skedgo</groupId>
<artifactId>RxProperty</artifactId>
<version>1.6</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.jakewharton.rxbinding3</groupId>
<artifactId>rxbinding</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.viewpager</groupId>
<artifactId>viewpager</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
Expand Down
Loading

0 comments on commit eade8f1

Please sign in to comment.