Skip to content

Commit

Permalink
change version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sykoram committed Oct 4, 2021
1 parent c817322 commit b398d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 21
targetSdk 30

def version = [1, 7, 0]
def version = [1, 7, 1]
versionCode (version[0] * 10000 + version[1] * 100 + version[2])
versionName "${version[0]}.${version[1]}.${version[2]}"

Expand Down

0 comments on commit b398d78

Please sign in to comment.