From 2fc6df841bf3a63dfbea6e54253d13a01ef5b42e Mon Sep 17 00:00:00 2001 From: cioccarellia Date: Tue, 13 Feb 2024 00:30:00 +0100 Subject: [PATCH] Dep updates --- .idea/kotlinc.xml | 2 +- README.md | 2 +- antipiracy/build.gradle | 2 +- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- integrity/build.gradle | 2 +- rooting/build.gradle | 2 +- showcase/build.gradle | 8 ++++---- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index e805548..8d81632 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/README.md b/README.md index 058ee99..ab5273d 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Latest tag Android CI Android Min Sdk - Kotlin + Kotlin AndroidWeekly Issue Kotlin License diff --git a/antipiracy/build.gradle b/antipiracy/build.gradle index 533f645..bf94f3f 100755 --- a/antipiracy/build.gradle +++ b/antipiracy/build.gradle @@ -81,7 +81,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "androidx.test:core:1.5.0" testImplementation "org.mockito:mockito-core:5.9.0" - testImplementation "com.google.truth:truth:1.3.0" + testImplementation "com.google.truth:truth:1.4.0" testImplementation "org.robolectric:robolectric:4.11.1" } diff --git a/build.gradle b/build.gradle index ea357c5..94695e5 100755 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin' buildscript { ext { - kotlin_version = "1.9.20" + kotlin_version = "1.9.22" } repositories { @@ -16,7 +16,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.2.1' + classpath 'com.android.tools.build:gradle:8.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0" classpath 'com.google.dagger:hilt-android-gradle-plugin:2.50' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6943a11..59833ae 100755 --- 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-8.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip diff --git a/integrity/build.gradle b/integrity/build.gradle index 03166f5..f4acc19 100755 --- a/integrity/build.gradle +++ b/integrity/build.gradle @@ -81,7 +81,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "androidx.test:core:1.5.0" testImplementation "org.mockito:mockito-core:5.9.0" - testImplementation "com.google.truth:truth:1.3.0" + testImplementation "com.google.truth:truth:1.4.0" testImplementation "org.robolectric:robolectric:4.11.1" } diff --git a/rooting/build.gradle b/rooting/build.gradle index 31ee11c..504e4d8 100755 --- a/rooting/build.gradle +++ b/rooting/build.gradle @@ -88,7 +88,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "androidx.test:core:1.5.0" testImplementation "org.mockito:mockito-core:5.9.0" - testImplementation "com.google.truth:truth:1.3.0" + testImplementation "com.google.truth:truth:1.4.0" testImplementation "org.robolectric:robolectric:4.11.1" } diff --git a/showcase/build.gradle b/showcase/build.gradle index 685cab4..aeca4c1 100755 --- a/showcase/build.gradle +++ b/showcase/build.gradle @@ -85,8 +85,8 @@ dependencies { implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.7.0" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" - implementation "androidx.navigation:navigation-fragment-ktx:2.7.6" - implementation "androidx.navigation:navigation-ui-ktx:2.7.6" + implementation "androidx.navigation:navigation-fragment-ktx:2.7.7" + implementation "androidx.navigation:navigation-ui-ktx:2.7.7" implementation "com.jakewharton.timber:timber:5.0.1" debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13' @@ -96,7 +96,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "androidx.test:core:1.5.0" - testImplementation "org.mockito:mockito-core:5.9.0" - testImplementation "com.google.truth:truth:1.3.0" + testImplementation "org.mockito:mockito-core:5.10.0" + testImplementation "com.google.truth:truth:1.4.0" testImplementation "org.robolectric:robolectric:4.11.1" } \ No newline at end of file