Skip to content

Commit fed46df

Browse files
committed
Add multiple APKs based on ABI
Disabled by default
1 parent 9b4b882 commit fed46df

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ android {
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}
19-
19+
splits {
20+
// Configures multiple APKs based on ABI.
21+
// abi {
22+
// enable true
23+
// reset()
24+
// include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
25+
// universalApk true
26+
// }
27+
}
2028
buildTypes {
2129
release {
2230
minifyEnabled false

0 commit comments

Comments
 (0)