Skip to content

Commit

Permalink
v: 1.0.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Nov 19, 2023
1 parent 21a06a5 commit 32cf42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ android {
minSdk 23
targetSdk 34
versionCode 12
versionName '0.7.1'
versionName '1.0.0a'
resValue 'string', "app_name", "PINcredible DEBUG"
signingConfig signingConfigs.debug
}
applicationVariants.configureEach { variant ->
variant.resValue 'string', 'version_name', "Beta v${variant.versionName}"
variant.resValue 'string', 'version_name', "Pre-Release v${variant.versionName}"
}
buildTypes {
development {
Expand Down

0 comments on commit 32cf42c

Please sign in to comment.