1
mirror of https://github.com/m2049r/xmrwallet synced 2025-02-18 05:31:24 +01:00

split apk (#191)

This commit is contained in:
m2049r 2018-01-23 21:35:26 +01:00 committed by GitHub
parent a0b3a7fe5d
commit 641abd13f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,15 @@ android {
path "CMakeLists.txt"
}
}
splits {
abi {
enable true
reset()
include "armeabi-v7a"
universalApk false
}
}
}
dependencies {