Skip to content

Commit

Permalink
Merge pull request #134 from anthonylavado/version-bump
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
joshuaboniface authored Aug 5, 2019
2 parents b5f79bc + 46108e8 commit c84be82
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
@@ -1,5 +1,5 @@
apply plugin: 'com.android.application'
def version = "0.9.0"
def version = "0.9.1"

android {
compileSdkVersion 28
Expand All @@ -8,7 +8,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 900
versionCode 901
versionName version
}

Expand Down

0 comments on commit c84be82

Please sign in to comment.