Skip to content

Commit

Permalink
update version to 3.0.1-BETA-4
Browse files Browse the repository at this point in the history
  • Loading branch information
iamironrabbit committed Jun 9, 2021
1 parent 6a211e8 commit a8aeaeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zomapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit a8aeaeb

Please sign in to comment.