Skip to content

Commit

Permalink
change version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlatsch committed Mar 30, 2020
1 parent 6133101 commit b75fcf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ local.properties

# Signing files
.signing/
release/

# User-specific configurations
.idea/libraries/
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "1.0.0-SNAPSHOT"
versionName "1.0.0-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit b75fcf0

Please # to comment.