Skip to content

Commit

Permalink
bump version and re-enable signing configs
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 6, 2019
1 parent 1ca3185 commit 095f7ff
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 @@ -17,12 +17,12 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "0.4.0"
versionName "0.5.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

/*signingConfigs {
signingConfigs {
release {
storeFile file(secretProperties["store_file_location"])
keyAlias secretProperties["key_alias"]
Expand All @@ -37,7 +37,7 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
} */
}
}

dependencies {
Expand Down

0 comments on commit 095f7ff

Please sign in to comment.