Skip to content

Commit

Permalink
its not over until i win
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan committed Jul 15, 2024
1 parent 54d4f36 commit 2ea7c9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
generate_release_notes: true
prerelease: false
files: |
app/build/outputs/apk/release/*.apk
app/build/outputs/apk/release/app-universal-release.apk
7 changes: 5 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ android {
abi {
isEnable = true
reset()
//noinspection ChromeOsAbiSupport
include("arm64-v8a")
include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
isUniversalApk = true
}
}

packaging {
jniLibs.excludes.add("lib/armeabi-v7a/*_neon.so")
}

compileOptions {
val jdk = JavaVersion.VERSION_17
sourceCompatibility = jdk
Expand Down

0 comments on commit 2ea7c9b

Please sign in to comment.