Bump version to 1.4

This commit is contained in:
Romain Vimont 2018-10-03 23:03:27 +02:00
commit 24d107d017
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 4
versionName "1.3"
versionCode 5
versionName "1.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {