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

add 精简字库

parent 87878d30
......@@ -19,7 +19,7 @@ class TypefaceUtil {
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")
}
}
\ No newline at end of file
......@@ -24,18 +24,18 @@ android {
}
signingConfigs {
debug {
storeFile file("yd-release.jks")
keyAlias 'ydsubway'
keyPassword 'ydsubway'
storePassword 'ydsubway'
storeFile file("shenghuoquan-b.jks")
keyAlias 'shenghuoquan_key'
keyPassword 'shenghuoquan000'
storePassword 'shenghuoquan000'
v1SigningEnabled true
v2SigningEnabled true
}
release {
storeFile file("yd-release.jks")
keyAlias 'ydsubway'
keyPassword 'ydsubway'
storePassword 'ydsubway'
storeFile file("shenghuoquan-b.jks")
keyAlias 'shenghuoquan_key'
keyPassword 'shenghuoquan000'
storePassword 'shenghuoquan000'
v1SigningEnabled 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