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'