Skip to content

Commit e509d7b

Browse files
committed
update dependencies
1 parent 08c38b6 commit e509d7b

File tree

131 files changed

+2
-7158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+2
-7158
lines changed

app/build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ android {
101101

102102
dependencies {
103103

104-
implementation(project(":luyao_ktx"))
104+
implementation("com.github.lulululbj:ktx:0.0.3")
105+
// implementation(project(":luyao_ktx"))
105106

106107
val composeBom = platform("androidx.compose:compose-bom:2023.10.01")
107108
implementation(composeBom)

luyao_ktx/.gitignore

-1
This file was deleted.

luyao_ktx/build.gradle.kts

-76
This file was deleted.

luyao_ktx/consumer-rules.pro

Whitespace-only changes.

luyao_ktx/proguard-rules.pro

-26
This file was deleted.

luyao_ktx/src/main/AndroidManifest.xml

-8
This file was deleted.

luyao_ktx/src/main/java/luyao/ktx/app/AppInit.kt

-33
This file was deleted.

luyao_ktx/src/main/java/luyao/ktx/app/AppScope.kt

-22
This file was deleted.

luyao_ktx/src/main/java/luyao/ktx/app/ApplicationLifecycleObserver.kt

-44
This file was deleted.

luyao_ktx/src/main/java/luyao/ktx/app/KtxActivityManager.kt

-56
This file was deleted.

luyao_ktx/src/main/java/luyao/ktx/app/KtxLifeCycleCallBack.kt

-33
This file was deleted.

0 commit comments

Comments
 (0)