Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
- enable universal apk
Browse files Browse the repository at this point in the history
- enable arm64 apk
  • Loading branch information
denzilferreira committed Dec 14, 2022
1 parent 7804e3d commit 1077308
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion aware-phone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ android {
abi {
enable true
reset()
include 'armeabi', 'x86', 'arm64'
include 'armeabi-v7a', 'x86', 'arm64-v8a', 'x86_64'
universalApk true
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mqtt_libs = '1.2.2'
ion_libs = "2.+"
google_libs = "17.0.0"
version_code = 818
version_code = 819
version_readable = "4.0." + version_code + "." + "bundle"
compile_sdk = 28
target_sdk = 28
Expand Down
2 changes: 1 addition & 1 deletion com.aware.plugin.esm.scheduler

0 comments on commit 1077308

Please sign in to comment.