cleanup example build.gradle
This commit is contained in:
@@ -55,15 +55,11 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
// TODO: Add your own signing config for the release build.
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
}
|
||||
packagingOptions {
|
||||
merge "**/libfilament-jni.so"
|
||||
merge "**/libgltfio-jni.so"
|
||||
merge "**/libfilament-utils-jni.so"
|
||||
|
||||
}
|
||||
aaptOptions {
|
||||
noCompress "ktx"
|
||||
|
||||
Reference in New Issue
Block a user