Fix versionCode error

This commit is contained in:
Schoumi 2017-08-23 17:00:59 +02:00
parent 43e288ea63
commit 166cde269e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ android {
applicationId "fr.mobdev.blooddonation"
minSdkVersion 17
targetSdkVersion 26
versionCode = "8"
versionCode = 8
versionName = "3.0"
}
buildTypes {