mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 20:13:06 +00:00
Target Android 6.0 SDK
This commit is contained in:
parent
e7ab61c8d0
commit
59c6c3d777
@ -4,12 +4,12 @@ import org.apache.tools.ant.taskdefs.condition.Os
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 22
|
compileSdkVersion 23
|
||||||
buildToolsVersion "22.0.1"
|
buildToolsVersion "22.0.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 22
|
targetSdkVersion 23
|
||||||
|
|
||||||
versionName "3.1.8"
|
versionName "3.1.8"
|
||||||
versionCode = 63
|
versionCode = 63
|
||||||
|
Loading…
x
Reference in New Issue
Block a user