Updated SDK and dependencies

This commit is contained in:
Nikonell
2023-06-24 22:14:16 +07:00
parent fc5d6e91d4
commit 6eab09740a
2 changed files with 5 additions and 9 deletions

View File

@@ -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'