From c315439763cf93d374c04adb2e33c95203e93953 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Sun, 27 Jun 2021 19:35:51 -0600 Subject: [PATCH] Update dependencies --- app/build.gradle | 16 ++++++++-------- build.gradle | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ff35d1b..0e0cdb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ android { dependencies { samsungImplementation project(":IAP5Helper") - def navigation_version = '2.3.3' + def navigation_version = '2.3.5' implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version" implementation "androidx.navigation:navigation-ui-ktx:$navigation_version" testImplementation 'junit:junit:4.12' @@ -100,25 +100,25 @@ dependencies { androidTestImplementation "androidx.test.espresso:espresso-core:$espresso_version" androidTestImplementation "androidx.test.espresso:espresso-web:$espresso_version" androidTestImplementation "androidx.test.espresso:espresso-intents:$espresso_version" - def android_test = '1.4.0-alpha04' + def android_test = '1.4.0-rc01' androidTestImplementation "androidx.test:runner:$android_test" androidTestImplementation "androidx.test:rules:$android_test" androidTestUtil "androidx.test:orchestrator:$android_test" androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.preference:preference-ktx:1.1.1' - implementation "androidx.fragment:fragment-ktx:1.3.0" + implementation "androidx.fragment:fragment-ktx:1.3.5" implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'com.commonsware.cwac:anddown:0.3.0' implementation 'com.jakewharton.timber:timber:4.7.1' - playImplementation 'com.android.billingclient:billing:3.0.2' + playImplementation 'com.android.billingclient:billing:4.0.0' playImplementation 'com.google.android.play:core-ktx:1.8.1' - playImplementation 'com.google.firebase:firebase-crashlytics:17.3.1' - playImplementation 'com.google.firebase:firebase-analytics:18.0.2' - implementation "androidx.core:core-ktx:1.3.2" + playImplementation 'com.google.firebase:firebase-crashlytics:18.1.0' + playImplementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation "androidx.core:core-ktx:1.5.0" implementation 'androidx.browser:browser:1.3.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" def coroutines_version = "1.3.7" diff --git a/build.gradle b/build.gradle index 75c6ad4..766147d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,16 +1,16 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.30' + ext.kotlin_version = '1.5.20' repositories { google() mavenCentral() maven {url 'https://plugins.gradle.org/m2/' } } dependencies { - classpath 'com.android.tools.build:gradle:4.1.2' - classpath 'com.google.gms:google-services:4.3.5' - classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.0' + classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.google.gms:google-services:4.3.8' + classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.osacky.flank.gradle:fladle:0.14.1" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5ba1dd6..0f2aaab 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip