Skip to content

Commit

Permalink
Add versionCode and versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevox committed Oct 20, 2017
1 parent 7201f54 commit faf19e2
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 @@ -22,6 +22,8 @@ android {
applicationId "com.android.octo"
minSdkVersion 21
targetSdkVersion 26
versionCode 1
versionName "1.0"
}

buildTypes {
Expand Down

0 comments on commit faf19e2

Please sign in to comment.