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 e4cf152 commit a17f111Copy full SHA for a17f111
app/meson.build
@@ -86,7 +86,7 @@ conf = configuration_data()
86
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
87
88
# the version, updated on release
89
-conf.set_quoted('SCRCPY_VERSION', '1.4')
+conf.set_quoted('SCRCPY_VERSION', '1.5')
90
91
# the prefix used during configuration (meson --prefix=PREFIX)
92
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 5
10
- versionName "1.4"
+ versionCode 6
+ versionName "1.5"
11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
12
}
13
buildTypes {
0 commit comments