From 4a559f61fdfc0e2f378ae78066a58d2ffa746750 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 31 Aug 2022 16:02:48 +0200 Subject: [PATCH] :arrow_up: update appcompat --- android-app/app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index e56f71e..a0df490 100755 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -3,12 +3,12 @@ plugins { } android { - compileSdk 31 + compileSdk 32 defaultConfig { applicationId "de.drmaxnix.birthdaycountdown" minSdk 24 - targetSdk 31 + targetSdk 32 versionCode 1 versionName "1.0.0" @@ -29,7 +29,7 @@ android { dependencies { - implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2'