Skip to content

Commit

Permalink
revert: reverted commit "build: separated ABIs"
Browse files Browse the repository at this point in the history
This reverts commit 0819ae2.
  • Loading branch information
HotarunIchijou committed Oct 28, 2023
1 parent 89cfc8b commit d683938
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
splits {
abi {
isEnable = true
reset()
include("armeabi-v7a", "arm64-v8a")
isUniversalApk = true
}
}
}

dependencies {
Expand Down

0 comments on commit d683938

Please sign in to comment.