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"
minSdkVersion 21
targetSdkVersion 31
versionCode 1403
versionName "2.4.3 'Baldaŭ'"
versionCode 3000
versionName "3.0.0 'Fluorine Fermi'"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
@ -72,7 +72,7 @@ android {
abi {
enable true
reset()
include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
include 'armeabi-v7a', 'arm64-v8a'
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