Commit a38e0b51 authored by shiyunjie's avatar shiyunjie

保险产品详情页

parent 974ba454
......@@ -116,11 +116,27 @@ android {
include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
}
signingConfigs {
releaseConfig {
storeFile file('../keystores/agera-release-key.jks')
keyAlias 'taiping-alias'
keyPassword '123456'
storePassword '123456'
// v1SigningEnabled true
// v2SigningEnabled true
}
}
buildTypes {
release {
minifyEnabled enableProguardInReleaseBuilds
signingConfig signingConfigs.releaseConfig
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
debug {
minifyEnabled false
signingConfig signingConfigs.releaseConfig
debuggable true
}
}
// applicationVariants are e.g. debug, release
applicationVariants.all { variant ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment