mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-05 22:28:04 +00:00
updated the Android version
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion "28.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.roguetemple.hyperroid"
|
||||
@@ -31,7 +31,7 @@ android {
|
||||
ldLibs "GLESv3 -llog"
|
||||
stl "stlport_static"
|
||||
// abiFilters 'armeabi', 'x86_64'
|
||||
abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'mips', 'mips64'
|
||||
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
|
||||
// abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'mips', 'mips64'
|
||||
}
|
||||
}
|
||||
@@ -88,7 +88,7 @@ dependencies {
|
||||
//
|
||||
// IDE setting pulls in the specific version of v4 support you have installed:
|
||||
//
|
||||
compile 'com.android.support:support-v4:21.0.3'
|
||||
implementation 'com.android.support:support-v4:28.0.0'
|
||||
|
||||
//
|
||||
// generic directive pulls in any available version of v4 support:
|
||||
|
||||
Reference in New Issue
Block a user