Skip to content

Commit

Permalink
Updated the version the number and fixed an error.
Browse files Browse the repository at this point in the history
  • Loading branch information
103sbavert committed Jun 1, 2021
1 parent 6c4c92f commit 2736ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
applicationId "com.sbeve.jada"
minSdkVersion 21
targetSdkVersion 30
versionCode 26
versionName 'v4.3.4'
versionCode 27
versionName 'v4.3.5'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand All @@ -48,7 +48,7 @@ android {
minifyEnabled true
shrinkResources true
signingConfig signingConfigs.release
//proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

Expand Down

0 comments on commit 2736ac7

Please sign in to comment.