Skip to content

Commit 6e47d56

Browse files
author
Paul Rybitskyi
authored
Split APK into multiple ones (#10)
1 parent cc60d21 commit 6e47d56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ android {
4343
}
4444
}
4545

46+
splits {
47+
abi {
48+
isEnable = true
49+
reset()
50+
include("x86", "x86_64", "armeabi-v7a", "arm64-v8a")
51+
isUniversalApk = false
52+
}
53+
}
54+
4655
buildFeatures {
4756
viewBinding = true
4857
}

0 commit comments

Comments
 (0)