diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6daaaafb..fdc78d53 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -80,7 +80,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion") // Navigation - val navigationVersion = "2.4.1" + val navigationVersion = "2.4.2" implementation("androidx.navigation:navigation-fragment-ktx:$navigationVersion") implementation("androidx.navigation:navigation-ui-ktx:$navigationVersion") @@ -125,7 +125,7 @@ dependencies { val timberVersion = "5.0.1" implementation("com.jakewharton.timber:timber:$timberVersion") - val aboutLibrariesVersion = "10.0.1" + val aboutLibrariesVersion = "10.1.0" implementation("com.mikepenz:aboutlibraries-core:$aboutLibrariesVersion") implementation("com.mikepenz:aboutlibraries:$aboutLibrariesVersion") } \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 58e3d539..dcda2402 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,20 +8,20 @@ buildscript { } } dependencies { - classpath("com.android.tools.build:gradle:7.1.2") + classpath("com.android.tools.build:gradle:7.1.3") - val kotlinVersion = "1.6.10" + val kotlinVersion = "1.6.20" classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle.kts files - val navVersion = "2.4.1" + val navVersion = "2.4.2" classpath("androidx.navigation:navigation-safe-args-gradle-plugin:$navVersion") val hiltVersion = "2.41" classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion") - val aboutLibrariesVersion = "10.0.1" + val aboutLibrariesVersion = "10.1.0" classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$aboutLibrariesVersion") } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 39399d68..4a5f26bb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat Mar 19 10:40:24 CET 2022 +#Sat Apr 09 20:59:48 CEST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME