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 11project (' scrcpy' , ' c' ,
2- version : ' 1.18 ' ,
2+ version : ' 1.19 ' ,
33 meson_version : ' >= 0.48' ,
44 default_options : [
55 ' c_std=c11' ,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 applicationId " com.genymobile.scrcpy"
77 minSdkVersion 21
88 targetSdkVersion 30
9- versionCode 11800
10- versionName " 1.18 "
9+ versionCode 11900
10+ versionName " 1.19 "
1111 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1212 }
1313 buildTypes {
Original file line number Diff line number Diff line change 1212set -e
1313
1414SCRCPY_DEBUG=false
15- SCRCPY_VERSION_NAME=1.18
15+ SCRCPY_VERSION_NAME=1.19
1616
1717PLATFORM=${ANDROID_PLATFORM:- 30}
1818BUILD_TOOLS=${ANDROID_BUILD_TOOLS:- 30.0.0}
You can’t perform that action at this time.
0 commit comments