Skip to content

Commit

Permalink
Add debug suffix to debug version name
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Jun 17, 2021
1 parent e8cd28c commit 75486ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oscexchange/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
versionNameSuffix 'Debug'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 75486ff

Please sign in to comment.