Feature v18 (#860)

* versions

* remove x86 builds
This commit is contained in:
m2049r 2022-08-10 16:50:18 +02:00 committed by GitHub
parent ac7831d0f9
commit bd2c49669a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.m2049r.xmrwallet" applicationId "com.m2049r.xmrwallet"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 1403 versionCode 3000
versionName "2.4.3 'Baldaŭ'" versionName "3.0.0 'Fluorine Fermi'"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild { externalNativeBuild {
cmake { cmake {
@ -72,7 +72,7 @@ android {
abi { abi {
enable true enable true
reset() reset()
include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' include 'armeabi-v7a', 'arm64-v8a'
universalApk true universalApk true
} }
} }

View File

@ -1 +1 @@
MONERUJO_monero master with monero release-v0.17.3.2-monerujo MONERUJO_monero master with monero release-v0.18.0.0-monerujo