Update version name to "2.0".

This commit is contained in:
Sebastian Kaspari 2015-03-17 17:42:31 +01:00
parent 8da30cc425
commit 7cd59283eb
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "org.yaaic"
minSdkVersion 21
targetSdkVersion 22
versionCode 13
versionName "1.1"
versionCode 14
versionName "2.0"
}
buildTypes {
release {