Skip to content

Commit

Permalink
v0.83.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Dec 23, 2023
1 parent adaab4c commit 8f13a76
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 @@ -13,8 +13,8 @@ android {
applicationId "com.vitorpamplona.amethyst"
minSdk 26
targetSdk 34
versionCode 343
versionName "0.83.2"
versionCode 344
versionName "0.83.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -89,7 +89,7 @@ android {

buildTypes {
release {
signingConfig signingConfigs.debug
//signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), 'proguard-rules.pro'
minifyEnabled true
resValue "string", "app_name", "@string/app_name_release"
Expand Down

0 comments on commit 8f13a76

Please sign in to comment.