Closes #88: Remove version suffix

This commit is contained in:
estevez
2018-09-25 21:19:11 +03:00
parent 772b569da5
commit 7e4f744598
3 changed files with 4 additions and 4 deletions

View File

@ -39,8 +39,8 @@ android {
applicationId "com.keyboardcrumbs.haclient"
minSdkVersion 21
targetSdkVersion 27
versionCode 20
versionName "0.1.2-alpha"
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}