We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b3a40 commit 8106bb8Copy full SHA for 8106bb8
app/meson.build
@@ -85,7 +85,7 @@ conf = configuration_data()
85
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
86
87
# the version, updated on release
88
-conf.set_quoted('SCRCPY_VERSION', '1.1')
+conf.set_quoted('SCRCPY_VERSION', '1.2')
89
90
# the prefix used during configuration (meson --prefix=PREFIX)
91
conf.set_quoted('PREFIX', get_option('prefix'))
server/build.gradle
@@ -6,8 +6,8 @@ android {
6
applicationId "com.genymobile.scrcpy"
7
minSdkVersion 21
8
targetSdkVersion 27
9
- versionCode 2
10
- versionName "1.1"
+ versionCode 3
+ versionName "1.2"
11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
12
}
13
buildTypes {
0 commit comments