From a2041653bcdbb02fd039ba6f8e2ecd8b79d28216 Mon Sep 17 00:00:00 2001 From: johan12345 Date: Tue, 16 Jun 2020 22:41:32 +0200 Subject: [PATCH] update dependencies --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1ee023fd..b12d0d79 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,9 +76,9 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.core:core-ktx:1.2.0' + implementation 'androidx.core:core-ktx:1.3.0' implementation "androidx.activity:activity-ktx:1.1.0" - implementation "androidx.fragment:fragment-ktx:1.2.4" + implementation "androidx.fragment:fragment-ktx:1.2.5" implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.core:core:1.3.0' implementation 'androidx.appcompat:appcompat:1.1.0' @@ -112,7 +112,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' // navigation library - def nav_version = "2.3.0-beta01" + def nav_version = "2.3.0-rc01" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version" @@ -128,7 +128,7 @@ dependencies { implementation "androidx.room:room-ktx:$room_version" // billing library - def billing_version = "2.2.1" + def billing_version = "3.0.0" implementation "com.android.billingclient:billing:$billing_version" implementation "com.android.billingclient:billing-ktx:$billing_version"