Skip to content

Commit

Permalink
remove splits
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-b committed Apr 7, 2024
1 parent 2b92467 commit 2909ca4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,12 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

// remove in dev env
splits {
abi {
enable true
reset()
include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
universalApk false
}
}

kotlinOptions {
jvmTarget = '1.8'
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}

defaultConfig {
applicationId "kshib.raven"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
Expand Down

0 comments on commit 2909ca4

Please sign in to comment.