From 0c504272578796917f01c3156a310647ec33bde0 Mon Sep 17 00:00:00 2001 From: jacques Date: Fri, 22 Sep 2023 18:41:19 +0200 Subject: [PATCH] update somme dependencies, update compileSDK version, ugrade SDK androidx.core:core cannot be updated, it generated to much error. --- app/build.gradle | 22 +++++++++++----------- gradle/wrapper/gradle-wrapper.properties | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d2620e4..9923d8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 398291a..26d39ec 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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