mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
gradle: dependencies update
This commit is contained in:
parent
fd85f36411
commit
309eca0764
2 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ apply plugin: 'kotlin-parcelize'
|
|||
|
||||
android {
|
||||
compileSdk = 34
|
||||
buildToolsVersion = "34.0.0"
|
||||
buildToolsVersion = '35.0.0 rc1'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
|
@ -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'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue