Bump version to 1.2

This commit is contained in:
Romain Vimont
2018-05-28 20:34:54 +02:00
parent f1b3a40375
commit 8106bb8215
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "com.genymobile.scrcpy"
minSdkVersion 21
targetSdkVersion 27
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {