From e4a272b125a1ef447e6edd5a3df57a9d5cc4ddf7 Mon Sep 17 00:00:00 2001 From: jacques Date: Wed, 5 Oct 2022 10:18:51 +0200 Subject: [PATCH] Androix.ConstraintLayout Ugrade other dependencies --- app/build.gradle | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 34ba745..d7f4f24 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { keyPassword secretProperties['signing_key_password'] } } - compileSdk 31 + compileSdk 33 defaultConfig { applicationId "net.foucry.pilldroid" @@ -97,21 +97,22 @@ sourceSets { } } dependencies { - implementation "androidx.room:room-common:2.4.2" - annotationProcessor "androidx.room:room-compiler:2.4.2" - implementation "androidx.room:room-testing:2.4.2" - implementation "androidx.room:room-rxjava3:2.4.2" - implementation "androidx.room:room-runtime:2.4.2" + 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 fileTree(include: ['*.jar'], dir: 'libs') testImplementation 'junit:junit:4.13.2' - implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.journeyapps:zxing-android-embedded:4.3.0' - implementation 'androidx.core:core:1.8.0' + implementation 'androidx.core:core:1.9.0' - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.0' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0' } \ No newline at end of file