Commit fe95a349 authored by 宋永孟's avatar 宋永孟

add 精简字库

parent 87878d30
...@@ -19,7 +19,7 @@ class TypefaceUtil { ...@@ -19,7 +19,7 @@ class TypefaceUtil {
fun initTypeface(context: Context) { fun initTypeface(context: Context) {
typeface= Typeface.createFromAsset(context.assets,"font/SourceHanSerifCN-Bold-2.otf") // typeface= Typeface.createFromAsset(context.assets,"font/SourceHanSerifCN-Bold-2.otf")
// typeface= Typeface.createFromAsset(context.assets,"font/DIN Alternate Bold.ttf") // typeface= Typeface.createFromAsset(context.assets,"font/DIN Alternate Bold.ttf")
} }
} }
\ No newline at end of file
...@@ -24,18 +24,18 @@ android { ...@@ -24,18 +24,18 @@ android {
} }
signingConfigs { signingConfigs {
debug { debug {
storeFile file("yd-release.jks") storeFile file("shenghuoquan-b.jks")
keyAlias 'ydsubway' keyAlias 'shenghuoquan_key'
keyPassword 'ydsubway' keyPassword 'shenghuoquan000'
storePassword 'ydsubway' storePassword 'shenghuoquan000'
v1SigningEnabled true v1SigningEnabled true
v2SigningEnabled true v2SigningEnabled true
} }
release { release {
storeFile file("yd-release.jks") storeFile file("shenghuoquan-b.jks")
keyAlias 'ydsubway' keyAlias 'shenghuoquan_key'
keyPassword 'ydsubway' keyPassword 'shenghuoquan000'
storePassword 'ydsubway' storePassword 'shenghuoquan000'
v1SigningEnabled true v1SigningEnabled true
v2SigningEnabled true v2SigningEnabled true
} }
......
{
"version": 1,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.shenghuoquan.business",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 1,
"versionName": "1.0",
"enabled": true,
"outputFile": "app-release.apk"
}
]
}
\ No newline at end of file
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