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 e4cebc8 commit a0f8e7fCopy full SHA for a0f8e7f
meson.build
@@ -1,5 +1,5 @@
1
project('scrcpy', 'c',
2
- version: '1.11',
+ version: '1.12',
3
meson_version: '>= 0.37',
4
default_options: [
5
'c_std=c11',
server/build.gradle
@@ -6,8 +6,8 @@ android {
6
applicationId "com.genymobile.scrcpy"
7
minSdkVersion 21
8
targetSdkVersion 29
9
- versionCode 12
10
- versionName "1.11"
+ versionCode 13
+ versionName "1.12"
11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
12
}
13
buildTypes {
server/build_without_gradle.sh
@@ -12,7 +12,7 @@
set -e
14
SCRCPY_DEBUG=false
15
-SCRCPY_VERSION_NAME=1.11
+SCRCPY_VERSION_NAME=1.12
16
17
PLATFORM=${ANDROID_PLATFORM:-29}
18
BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-29.0.2}
0 commit comments