update:1.7.4

date:2021-10-11 18:29:55
fix:
add:沉浸状态栏
This commit is contained in:
2021-10-11 18:30:11 +08:00
parent b1bd83f67b
commit 4456949a00
7 changed files with 389 additions and 15 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.appstore.uiui"
minSdkVersion 26
targetSdkVersion 29
versionCode 70
versionName "1.7.0"
versionCode 74
versionName "1.7.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
//极光
ndk {
@@ -160,13 +160,17 @@ dependencies {
//google
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.zxing:core:3.3.0'
//fastjson
implementation 'com.alibaba:fastjson:1.2.76'
//极光推送
implementation 'cn.jiguang.sdk:jpush:3.8.6' // 此处以JPush 3.4.1 版本为例。
implementation 'cn.jiguang.sdk:jcore:2.6.0' // 此处以JCore 2.2.4 版本为例。
//banner图
implementation 'com.zhpan.library:bannerview:2.6.4'
implementation 'uk.co.chrisjenx:calligraphy:2.3.0'
//更换字体框架
implementation 'uk.co.chrisjenx:calligraphy:2.3.0'
//工具类
implementation 'com.blankj:utilcodex:1.30.6'
//沉浸状态栏
implementation 'com.gitee.zackratos:UltimateBarX:0.7.1'
}