diff --git a/app/build.gradle b/app/build.gradle index e24bf70..a68bb0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,12 +5,12 @@ plugins { android { namespace 'com.listerk.helible' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "com.listerk.helible" - minSdk 29 - targetSdk 33 + minSdk 31 + targetSdk 34 versionCode 1 versionName "1.0" @@ -34,9 +34,9 @@ android { dependencies { - implementation 'androidx.core:core-ktx:1.8.0' + implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ff66778..91ee7be 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,10 +2,6 @@ - -