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

Commit

Permalink
excludes x86 jniLibs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuhDoy committed May 8, 2023
1 parent 7ce16f2 commit 08bb384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
excludes += ['/META-INF/**', '/kotlin/**', '/okhttp3/**']
}
jniLibs {
excludes += ['**/liblog.so']
excludes += ['**/liblog.so', '/lib/x86/**', '/lib/x86_64/**']
}
}
buildFeatures {
Expand Down

0 comments on commit 08bb384

Please sign in to comment.