update:2020.03.16 更新布局,优化下载问题,加入字体

This commit is contained in:
2020-03-16 18:10:17 +08:00
parent 82f08853f5
commit 553999f7ec
52 changed files with 472 additions and 123 deletions

View File

@@ -17,8 +17,8 @@ android {
applicationId "com.appstore.uiui"
minSdkVersion 23
targetSdkVersion 29
versionCode 13
versionName "1.1.3"
versionCode 15
versionName "1.1.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
//极光
ndk {
@@ -149,6 +149,8 @@ dependencies {
implementation "androidx.core:core-ktx:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'uk.co.chrisjenx:calligraphy:2.3.0'
//更换字体框架
}
repositories {