⬆️ update appcompat

This commit is contained in:
DrMaxNix 2022-08-31 16:02:48 +02:00
parent c8fc997b76
commit 4a559f61fd

View File

@ -3,12 +3,12 @@ plugins {
} }
android { android {
compileSdk 31 compileSdk 32
defaultConfig { defaultConfig {
applicationId "de.drmaxnix.birthdaycountdown" applicationId "de.drmaxnix.birthdaycountdown"
minSdk 24 minSdk 24
targetSdk 31 targetSdk 32
versionCode 1 versionCode 1
versionName "1.0.0" versionName "1.0.0"
@ -29,7 +29,7 @@ android {
dependencies { 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 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'