Skip to content

Commit

Permalink
Upgraded libs
Browse files Browse the repository at this point in the history
  • Loading branch information
acristescu committed Sep 8, 2023
1 parent 925fc66 commit f4d7a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ android {

dependencies {
def koin_version = '3.4.3'
def play_services_version = '20.6.0'
def play_services_version = '20.7.0'
def accompanist_version = '0.32.0'
def room_version = '2.5.2'
def firebase_version = '31.2.0'
Expand Down Expand Up @@ -177,7 +177,7 @@ dependencies {

implementation "io.insert-koin:koin-android:$koin_version"

implementation "com.android.billingclient:billing-ktx:5.2.0"
implementation "com.android.billingclient:billing-ktx:5.2.1"

implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-rxjava2:$room_version"
Expand Down

0 comments on commit f4d7a48

Please sign in to comment.