同步
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user