File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
project (' scrcpy' , ' c' ,
2
- version : ' 1.15.1 ' ,
2
+ version : ' 1.16 ' ,
3
3
meson_version : ' >= 0.48' ,
4
4
default_options : [
5
5
' c_std=c11' ,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
6
6
applicationId " com.genymobile.scrcpy"
7
7
minSdkVersion 21
8
8
targetSdkVersion 29
9
- versionCode 18
10
- versionName " 1.15.1 "
9
+ versionCode 19
10
+ versionName " 1.16 "
11
11
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
12
12
}
13
13
buildTypes {
Original file line number Diff line number Diff line change 12
12
set -e
13
13
14
14
SCRCPY_DEBUG=false
15
- SCRCPY_VERSION_NAME=1.15.1
15
+ SCRCPY_VERSION_NAME=1.16
16
16
17
17
PLATFORM=${ANDROID_PLATFORM:- 29}
18
18
BUILD_TOOLS=${ANDROID_BUILD_TOOLS:- 29.0.2}
You can’t perform that action at this time.
0 commit comments