Skip to content

Commit

Permalink
gradle: dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
CappielloAntonio committed Mar 23, 2024
1 parent fd85f36 commit 309eca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-parcelize'

android {
compileSdk = 34
buildToolsVersion = "34.0.0"
buildToolsVersion = '35.0.0 rc1'

defaultConfig {
minSdkVersion 24
Expand Down Expand Up @@ -94,7 +94,7 @@ dependencies {
annotationProcessor 'androidx.room:room-compiler:2.6.1'

// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:retrofit:2.10.0'
implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.12'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.10.0'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.0'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
}
}
Expand Down

0 comments on commit 309eca0

Please sign in to comment.