mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Disable x86_64 as also framebuffer error
This commit is contained in:
parent
f6d33d0408
commit
47232cc796
@ -27,23 +27,23 @@ android {
|
||||
versionName "3.2.0_6404b_20200923"
|
||||
multiDexEnabled true //important
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86", "x86_64" // , "arm64-v8a"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86", // "x86_64", "arm64-v8a"
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
debug {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.customDebug
|
||||
}
|
||||
signingConfig signingConfigs.customDebug
|
||||
}
|
||||
|
||||
release {
|
||||
// Don't set to true or java.awt will be a.a or something similar.
|
||||
// Don't set to true or java.awt will be a.a or something similar.
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
// defaultConfig already set
|
||||
// defaultConfig already set
|
||||
// multiDexEnabled = true
|
||||
debuggable = true
|
||||
}
|
||||
@ -55,7 +55,6 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
// Keep the following configuration in order to might make Minecraft 1.12 support.
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
@ -63,18 +62,18 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'javax.annotation:javax.annotation-api:1.3.2'
|
||||
implementation 'commons-codec:commons-codec:1.14'
|
||||
implementation 'javax.annotation:javax.annotation-api:1.3.2'
|
||||
implementation 'commons-codec:commons-codec:1.14'
|
||||
implementation 'com.wu-man:android-bsf-api:3.1.3'
|
||||
implementation 'com.android.support:support-v4:26.0.0'
|
||||
implementation 'com.android.support:preference-v7:26.0.0'
|
||||
implementation 'com.android.support:appcompat-v7:26.0.0'
|
||||
implementation 'com.android.support:preference-v14:26.0.0'
|
||||
implementation 'com.android.support:preference-v14:26.0.0'
|
||||
implementation 'com.android.support:design:26.0.0'
|
||||
implementation 'com.android.support:support-annotations:26.0.0'
|
||||
// compile 'com.google.guava:guava:24.0-android'
|
||||
// compile 'com.google.guava:guava:24.0-android'
|
||||
|
||||
implementation 'org.tukaani:xz:1.8'
|
||||
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user