Compare commits

..

1 Commits

Author SHA1 Message Date
Romain Vimont
8fb01922a3 fixrepeat 2020-08-07 09:21:13 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
project('scrcpy', 'c',
version: '1.15.1',
version: '1.15',
meson_version: '>= 0.48',
default_options: [
'c_std=c11',

View File

@@ -6,8 +6,8 @@ android {
applicationId "com.genymobile.scrcpy"
minSdkVersion 21
targetSdkVersion 29
versionCode 18
versionName "1.15.1"
versionCode 17
versionName "1.15"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@@ -12,7 +12,7 @@
set -e
SCRCPY_DEBUG=false
SCRCPY_VERSION_NAME=1.15.1
SCRCPY_VERSION_NAME=1.15
PLATFORM=${ANDROID_PLATFORM:-29}
BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-29.0.2}