version:1.1.6

fix:
update:修改图标大小,增加闹钟
This commit is contained in:
2023-11-04 09:58:25 +08:00
parent 3d15a60ac9
commit e081884984
112 changed files with 16918 additions and 163 deletions

View File

@@ -50,8 +50,8 @@ android {
minSdkVersion 26
targetSdkVersion 28
versionCode 12
versionName "1.1.1"
versionCode 17
versionName "1.1.6"
ndk {
//选择要添加的对应 cpu 类型的 .so 库。
@@ -281,6 +281,7 @@ repositories {
dependencies {
compileOnly files('libs/framework.jar')
implementation files('libs/vendor.mediatek.hardware.nvram-V1.0-java.jar')
implementation project(path: ':niceimageview')
implementation "androidx.dynamicanimation:dynamicanimation:${ANDROID_X_VERSION}"
implementation "androidx.recyclerview:recyclerview:${ANDROID_X_VERSION}"
@@ -327,6 +328,9 @@ dependencies {
implementation 'com.trello.rxlifecycle4:rxlifecycle-android-lifecycle:4.0.2'
//gson
implementation 'com.google.code.gson:gson:2.9.0'
//bindView
implementation 'com.jakewharton:butterknife:10.2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
//磁盘缓存
implementation 'com.jakewharton:disklrucache:2.0.2'
//mmkv
@@ -340,6 +344,16 @@ dependencies {
implementation 'com.blankj:utilcodex:1.31.0'
implementation 'com.tencent.bugly:crashreport:4.1.9.2'
implementation 'com.iqiyi.xcrash:xcrash-android-lib:3.0.0'
//状态栏透明
implementation 'com.gitee.zackratos:UltimateBarX:0.8.0'
implementation 'com.facebook.rebound:rebound:0.3.8'
//videoplayer
implementation 'cn.jzvd:jiaozivideoplayer:7.7.0'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.16'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.16'
//glide
implementation 'com.github.bumptech.glide:glide:4.13.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
}
preBuild {