Skip to content

Commit

Permalink
Adding version number to apk.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardszabo committed Apr 9, 2017
1 parent bad6259 commit 0823d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ android {
applicationId "hu.rics.timelapse"
minSdkVersion 15
targetSdkVersion 25
versionName "v0.50.0"
project.ext.set("archivesBaseName", "Timelapse-" + defaultConfig.versionName);
}

buildTypes {
Expand Down

0 comments on commit 0823d45

Please sign in to comment.