Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
v8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel <micrusa@hotmail.es>
  • Loading branch information
micrusa committed Nov 27, 2020
1 parent 39aea3d commit 9ec7c31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "me.micrusa.amaztimer"
minSdkVersion 21
targetSdkVersion 30
versionCode 80
versionName "8.0"
versionCode 81
versionName "8.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -18,7 +18,6 @@ android {
release {
minifyEnabled true
shrinkResources false
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 9ec7c31

Please sign in to comment.