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 f7bc0bd commit d744837Copy full SHA for d744837
app/meson.build
@@ -42,7 +42,7 @@ conf = configuration_data()
42
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
43
44
# the version, updated on release
45
-conf.set_quoted('SCRCPY_VERSION', '1.0')
+conf.set_quoted('SCRCPY_VERSION', '1.1')
46
47
# the prefix used during configuration (meson --prefix=PREFIX)
48
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 1
10
- versionName "1.0"
+ versionCode 2
+ versionName "1.1"
11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
12
}
13
buildTypes {
0 commit comments