mirror of https://github.com/m2049r/xmrwallet.git
optimize build time
This commit is contained in:
parent
6ff75d221f
commit
5abf84f62b
|
@ -112,6 +112,9 @@ android {
|
|||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
namespace 'com.m2049r.xmrwallet'
|
||||
buildFeatures {
|
||||
buildConfig true
|
||||
}
|
||||
}
|
||||
|
||||
static def getId(name) {
|
||||
|
|
Loading…
Reference in New Issue