gradle: dependencies update

This commit is contained in:
CappielloAntonio 2024-03-23 15:51:06 +01:00
parent fd85f36411
commit 309eca0764
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ apply plugin: 'kotlin-parcelize'
android { android {
compileSdk = 34 compileSdk = 34
buildToolsVersion = "34.0.0" buildToolsVersion = '35.0.0 rc1'
defaultConfig { defaultConfig {
minSdkVersion 24 minSdkVersion 24
@ -94,7 +94,7 @@ dependencies {
annotationProcessor 'androidx.room:room-compiler:2.6.1' annotationProcessor 'androidx.room:room-compiler:2.6.1'
// Retrofit // 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.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'
} }

View file

@ -4,7 +4,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { 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' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
} }
} }