Skip to content

Commit

Permalink
Merge pull request #105 from UjuiUjuMandan/patch-2
Browse files Browse the repository at this point in the history
Fix scope
  • Loading branch information
wgh136 authored Dec 18, 2024
2 parents bf634f8 + 4a595a8 commit bea861a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id "dev.flutter.flutter-gradle-plugin"
}

ext.abiCodes = ["armeabi-v7a": 1, "arm64-v8a": 2, "x86_64": 3]

def localProperties = new Properties()
def localPropertiesFile = rootProject.file("local.properties")
if (localPropertiesFile.exists()) {
Expand Down Expand Up @@ -81,7 +83,6 @@ android {
abiFilters "armeabi-v7a", "arm64-v8a", "x86_64"
}
signingConfig signingConfigs.release
ext.abiCodes = ["armeabi-v7a": 1, "arm64-v8a": 2, "x86_64": 3]
applicationVariants.all { variant ->
variant.outputs.all { output ->
def abi = output.getFilter(com.android.build.OutputFile.ABI)
Expand Down

0 comments on commit bea861a

Please sign in to comment.