1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-10 04:50:37 +08:00
This commit is contained in:
fumiama
2020-12-16 23:28:11 +08:00
parent 25168a6556
commit 9496eb8538
3 changed files with 1 additions and 13 deletions

View File

@@ -44,9 +44,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
debug{
applicationIdSuffix '.test'
}
}
externalNativeBuild {
cmake {
@@ -61,6 +58,7 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
ndkVersion '22.0.7026061'
}
dependencies {