update somme dependencies, update compileSDK version, ugrade SDK

androidx.core:core cannot be updated, it generated to much error.
This commit is contained in:
jacques 2023-09-22 18:41:19 +02:00
parent 7785797145
commit 0c50427257
2 changed files with 14 additions and 14 deletions

View file

@ -30,7 +30,7 @@ android {
keyPassword secretProperties['signing_key_password']
}
}
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "net.foucry.pilldroid"
@ -77,7 +77,7 @@ android {
targetCompatibility JavaVersion.VERSION_11
}
buildToolsVersion = "32.0.0"
buildToolsVersion = "34.0.0"
namespace 'net.foucry.pilldroid'
allprojects {
@ -99,21 +99,21 @@ sourceSets {
}
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.room:room-common:2.4.3"
annotationProcessor "androidx.room:room-compiler:2.4.3"
implementation "androidx.room:room-testing:2.4.3"
implementation "androidx.room:room-rxjava3:2.4.3"
implementation "androidx.room:room-runtime:2.4.3"
implementation "androidx.room:room-common:2.5.2"
annotationProcessor "androidx.room:room-compiler:2.5.2"
implementation "androidx.room:room-testing:2.5.2"
implementation "androidx.room:room-rxjava3:2.5.2"
implementation "androidx.room:room-runtime:2.5.2"
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.13.2'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
implementation 'androidx.core:core:1.9.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
//coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
}

View file

@ -1,6 +1,6 @@
#Wed Sep 29 16:41:02 CEST 2021
#Fri Sep 22 18:17:05 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists