Skip to content

Commit

Permalink
Alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Oct 13, 2019
1 parent dcf1066 commit da9c616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "STORE_LINK", storeLink

archivesBaseName = "geomms-v" + versionName + "-" + new Date().format("yyyyMMdd")
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

buildscript {
/** THE VERSION NAME! */
ext.version_name = '0.1.0'
ext.version_name = '0.1.0-alpha01'

ext.kotlin_version = '1.3.50'
ext.androidx_appcompat_version = '1.1.0'
Expand Down

0 comments on commit da9c616

Please sign in to comment.