Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Aug 14, 2019
1 parent 834feca commit 20e3ebc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ android {

resValue "string", "manifest_package_id", "io.github.gsantner.memetastic"
applicationId "io.github.gsantner.memetastic"
versionName "1.6.0"
versionCode 60
versionName "1.6.1"
versionCode 61
setProperty("archivesBaseName", applicationId + "-v" + versionCode + "-" + versionName)
}

flavorDimensions "default"
Expand Down

0 comments on commit 20e3ebc

Please sign in to comment.