Skip to content

Commit

Permalink
- added ".debug" suffix for the debug buildType
Browse files Browse the repository at this point in the history
- version bump v1.0.2
  • Loading branch information
lmj0011 committed Jun 11, 2020
1 parent b5db623 commit d01bf26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "name.lmj0011.jetpackreleasetracker"
minSdkVersion 19
targetSdkVersion 29
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true

Expand All @@ -40,6 +40,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix '.debug'
resValue("bool", "DEBUG_MODE", "true")
resValue("string", "app_build", appBuildPrefix)
minifyEnabled false
Expand Down

0 comments on commit d01bf26

Please sign in to comment.