Upgrade dependencies
kotlin 1.6.21 -> 1.7.0 core 1.7.0 -> 1.8.0 appcompat 1.4.1 -> 1.4.2 material 1.6.0 -> 1.6.1 aboutlibraries 10.2.0 -> 10.3.0
This commit is contained in:
parent
7cdc74d2e7
commit
d1dcf9b343
2 changed files with 6 additions and 10 deletions
|
@ -49,10 +49,6 @@ android {
|
|||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
dataBinding = true
|
||||
viewBinding = true
|
||||
|
@ -62,14 +58,14 @@ android {
|
|||
dependencies {
|
||||
implementation("androidx.leanback:leanback:1.2.0-alpha02")
|
||||
|
||||
implementation("androidx.core:core-ktx:1.7.0")
|
||||
implementation("androidx.core:core-ktx:1.8.0")
|
||||
implementation("androidx.core:core-splashscreen:1.0.0-rc01")
|
||||
implementation("androidx.appcompat:appcompat:1.4.1")
|
||||
implementation("androidx.appcompat:appcompat:1.4.2")
|
||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||
|
||||
|
||||
// Material
|
||||
implementation("com.google.android.material:material:1.6.0")
|
||||
implementation("com.google.android.material:material:1.6.1")
|
||||
|
||||
// ConstraintLayout
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||
|
@ -125,7 +121,7 @@ dependencies {
|
|||
val timberVersion = "5.0.1"
|
||||
implementation("com.jakewharton.timber:timber:$timberVersion")
|
||||
|
||||
val aboutLibrariesVersion = "10.2.0"
|
||||
val aboutLibrariesVersion = "10.3.0"
|
||||
implementation("com.mikepenz:aboutlibraries-core:$aboutLibrariesVersion")
|
||||
implementation("com.mikepenz:aboutlibraries:$aboutLibrariesVersion")
|
||||
}
|
|
@ -10,7 +10,7 @@ buildscript {
|
|||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:7.2.1")
|
||||
|
||||
val kotlinVersion = "1.6.21"
|
||||
val kotlinVersion = "1.7.0"
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
@ -21,7 +21,7 @@ buildscript {
|
|||
val hiltVersion = "2.42"
|
||||
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
|
||||
|
||||
val aboutLibrariesVersion = "10.2.0"
|
||||
val aboutLibrariesVersion = "10.3.0"
|
||||
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$aboutLibrariesVersion")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue