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 f5f4e6b commit b7472a5Copy full SHA for b7472a5
meson.build
@@ -1,5 +1,5 @@
1
project('scrcpy', 'c',
2
- version: '1.6',
+ version: '1.7',
3
meson_version: '>= 0.37',
4
default_options: 'c_std=c11')
5
server/build.gradle
@@ -6,8 +6,8 @@ android {
6
applicationId "com.genymobile.scrcpy"
7
minSdkVersion 21
8
targetSdkVersion 27
9
- versionCode 7
10
- versionName "1.6"
+ versionCode 8
+ versionName "1.7"
11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
12
}
13
buildTypes {
0 commit comments