Skip to content

Commit

Permalink
revert split
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-b committed Dec 26, 2023
1 parent 3e292c3 commit 9e372b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

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

kotlinOptions {
jvmTarget = '1.8'
Expand Down

0 comments on commit 9e372b7

Please sign in to comment.