1:修改K歌房
2:修改房间展示每日任务 3:修改页面跳转 4:遗留问题在进入首页的时候出现首页刷新
This commit is contained in:
25
Loadinglibrary/build.gradle
Normal file
25
Loadinglibrary/build.gradle
Normal file
@@ -0,0 +1,25 @@
|
||||
plugins {
|
||||
alias(libs.plugins.android.library)
|
||||
}
|
||||
android {
|
||||
compileSdk 35
|
||||
namespace 'app.dinus.com.loadingdrawable'
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.core:core:1.5.0' // or later
|
||||
implementation 'androidx.annotation:annotation:1.6.0'
|
||||
implementation libs.androidx.interpolator
|
||||
}
|
||||
Reference in New Issue
Block a user