diff --git a/app/build.gradle b/app/build.gradle index 9235e05..a8f9413 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,28 +87,27 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.2.1' implementation fileTree(include: ['*.jar'], dir: 'libs') - def espresso_version = '3.4.0' + def espresso_version = '3.5.1' 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' - androidTestImplementation "androidx.test:runner:$android_test" - androidTestImplementation "androidx.test:rules:$android_test" - androidTestUtil "androidx.test:orchestrator:1.4.1" - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation "androidx.test:runner:1.5.2" + androidTestImplementation "androidx.test:rules:1.5.0" + androidTestUtil "androidx.test:orchestrator:1.4.2" + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' implementation 'com.wbrawner.plausible:plausible-android:0.1.0-SNAPSHOT' - implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.6.0' implementation 'androidx.preference:preference-ktx:1.2.0' - implementation "androidx.fragment:fragment-ktx:1.5.4" + implementation "androidx.fragment:fragment-ktx:1.5.5" implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.google.android.material:material:1.7.0' + implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'com.commonsware.cwac:anddown:0.3.0' implementation 'com.jakewharton.timber:timber:5.0.1' - playImplementation 'com.android.billingclient:billing:5.0.0' + playImplementation 'com.android.billingclient:billing:5.1.0' playImplementation 'com.google.android.play:core-ktx:1.8.1' - playImplementation 'com.google.firebase:firebase-crashlytics:18.3.1' + playImplementation 'com.google.firebase:firebase-crashlytics:18.3.3' implementation "androidx.core:core-ktx:1.9.0" implementation 'androidx.browser:browser:1.4.0' def coroutines_version = "1.6.4" diff --git a/build.gradle b/build.gradle index 9f1a30f..ccb6193 100644 --- a/build.gradle +++ b/build.gradle @@ -9,10 +9,10 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:7.4.0' - classpath 'com.google.gms:google-services:4.3.14' + classpath 'com.google.gms:google-services:4.3.15' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "com.osacky.flank.gradle:fladle:0.14.1" + classpath "com.osacky.flank.gradle:fladle:0.17.4" } }