Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fix: remove abi split (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed May 15, 2024
1 parent f98f582 commit f157758
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,6 @@ android {

if (isBundleBuild()) {
defaultConfig.ndk.abiFilters("arm64-v8a")
} else {
splits {
abi {
isEnable = true
reset()
// TODO x86_64 for ChromeOS
include("arm64-v8a")
isUniversalApk = isReleaseBuild()
}
}
}
}

Expand Down

0 comments on commit f157758

Please sign in to comment.