diff --git a/zomapp/build.gradle b/zomapp/build.gradle index 28d073b..876c3cb 100644 --- a/zomapp/build.gradle +++ b/zomapp/build.gradle @@ -8,11 +8,12 @@ android { buildToolsVersion "30.0.3" defaultConfig { - applicationId "im.zom.messenger" + //applicationId "im.zom.messenger" + applicationId "im.zom.keanu3" minSdkVersion 21 targetSdkVersion 30 - versionCode 301001300 - versionName "3.0.1-BETA-3" + versionCode 301001400 + versionName "3.0.1-BETA-4" archivesBaseName = "Zom-$versionName" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -85,7 +86,6 @@ dependencies { implementation 'androidx.multidex:multidex:2.0.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.3.2' implementation 'com.google.android.material:material:1.3.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.2'