Added version code and name.

This commit is contained in:
Erik C. Thauvin 2015-04-16 00:25:17 -07:00
parent 12f3e84252
commit 81fd7a546e
2 changed files with 17 additions and 0 deletions

View file

@ -9,6 +9,8 @@ android {
applicationId "net.thauvin.erik.android.avion"
minSdkVersion 13
targetSdkVersion 13
versionCode 1
versionName "1.0"
}
buildTypes {