Version 0.0.10 and version fix for gradle

This commit is contained in:
estevez
2018-09-21 00:57:30 +03:00
parent 8eac41b633
commit 47ef27258c
3 changed files with 5 additions and 5 deletions

View File

@ -39,8 +39,8 @@ android {
applicationId "com.keyboardcrumbs.haclient"
minSdkVersion 16
targetSdkVersion 27
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
versionCode 15
versionName "0.0.10-alpha1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}