Skip to content

Commit 1323e3c

Browse files
committed
Bump version to 1.8
1 parent 50dac2e commit 1323e3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('scrcpy', 'c',
2-
version: '1.7',
2+
version: '1.8',
33
meson_version: '>= 0.37',
44
default_options: 'c_std=c11')
55

server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.genymobile.scrcpy"
77
minSdkVersion 21
88
targetSdkVersion 27
9-
versionCode 8
10-
versionName "1.7"
9+
versionCode 9
10+
versionName "1.8"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

0 commit comments

Comments
 (0)