mirror of
https://github.com/libretro/Play-.git
synced 2024-12-03 15:01:10 +00:00
Build using Android SDK 24.
This commit is contained in:
parent
22b7da30cf
commit
9e595a1867
@ -44,14 +44,14 @@ android {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
compileSdkVersion 'android-23'
|
||||
compileSdkVersion 'android-24'
|
||||
buildToolsVersion '24.0.3'
|
||||
|
||||
defaultConfig {
|
||||
versionCode 33
|
||||
versionName '0.30'
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 24
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user