This commit is contained in:
lvfulong
2021-03-22 19:32:28 +08:00
parent e32ab4cd9f
commit 1f6af9ab2a
30 changed files with 137 additions and 54 deletions
@@ -1,6 +1,14 @@
apply plugin: 'com.android.application'
android {
signingConfigs {
config {
keyAlias 'snowball'
keyPassword 'joychina'
storeFile file("../key/snowball")
storePassword 'joychina'
}
}
compileSdkVersion 28
buildToolsVersion "28.0.0"
useLibrary 'org.apache.http.legacy'
@@ -9,8 +17,8 @@ android {
applicationId "com.layabox.conch6"
minSdkVersion 14
targetSdkVersion 28
versionCode 17
versionName "release-2.9.0"
versionCode 19
versionName "release-2.11.0"
}
sourceSets.main{
jniLibs.srcDir 'libs'
@@ -19,11 +27,13 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.config
}
debug {
debuggable true
jniDebuggable true
renderscriptDebuggable true
signingConfig signingConfigs.config
}
}
/* externalNativeBuild {