Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into MOPPAND-1019
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Sep 22, 2023
2 parents 8b10c64 + a55b43d commit 429389f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ public class UpdateLibdigidocppTask extends DefaultTask {
static {
ABIS.add("arm64-v8a");
ABIS.add("armeabi-v7a");
ABIS.add("x86");
ABIS.add("x86_64");

ABI_FILES.put("arm64-v8a", "androidarm64");
ABI_FILES.put("armeabi-v7a", "androidarm");
ABI_FILES.put("x86", "androidx86");
ABI_FILES.put("x86_64", "androidx86_64");
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appVersionCode=44
appVersionName=2.6.0

appAbiFilters=arm64-v8a;armeabi-v7a;x86;x86_64
appAbiFilters=arm64-v8a;armeabi-v7a;x86_64

org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
android.useAndroidX=true
Expand Down

0 comments on commit 429389f

Please sign in to comment.