Upgrade dependencies
gradle 7.4.1 -> 7.4.2 android gradle plugin 7.1.2 -> 7.1.3 navigation 2.4.1 -> 2.4.2 aboutLibraries 10.0.1 -> 10.1.0
This commit is contained in:
parent
0d25a79793
commit
16f904ae65
3 changed files with 8 additions and 8 deletions
|
@ -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")
|
||||
}
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue