Skip to content

Commit

Permalink
More gradle and dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
teccheck committed Jan 20, 2024
1 parent 2726410 commit d539197
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'com.google.devtools.ksp' version '1.8.0-1.0.9'
id 'com.google.devtools.ksp' version '1.9.22-1.0.17'
}

android {
Expand Down Expand Up @@ -34,6 +34,7 @@ android {
}
buildFeatures {
viewBinding true
buildConfig true
}
}

Expand All @@ -54,13 +55,13 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'

implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.code.gson:gson:2.10.1'

implementation 'com.squareup.picasso:picasso:2.8'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

implementation(platform("dev.forkhandles:forkhandles-bom:2.4.0.0"))
implementation(platform('dev.forkhandles:forkhandles-bom:2.12.2.0'))
implementation("dev.forkhandles:result4k")

implementation 'androidx.room:room-runtime:2.6.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=true
android.nonFinalResIds=false
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#Sat Jan 20 22:04:32 CET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d539197

Please sign in to comment.