mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 12:03:02 +00:00
Update target SDK to 24
This commit is contained in:
parent
7a81950819
commit
3c53fb7403
@ -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 23
|
compileSdkVersion 24
|
||||||
buildToolsVersion "23.0.3"
|
buildToolsVersion "24.0.0"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 24
|
||||||
|
|
||||||
versionName "4.5.10"
|
versionName "4.5.10"
|
||||||
versionCode = 101
|
versionCode = 101
|
||||||
|
Loading…
x
Reference in New Issue
Block a user