优化代码

serial
Matthew 1 year ago
parent fac1660436
commit fd6e18ff26

@ -21,7 +21,13 @@ android {
buildConfigField "long","BUILD_TIMESTAMP", System.currentTimeMillis() + "L" buildConfigField "long","BUILD_TIMESTAMP", System.currentTimeMillis() + "L"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
abiFilters 'arm64-v8a'
}
}
} }
buildTypes { buildTypes {

Loading…
Cancel
Save