Skip to content

Commit 1b7d926

Browse files
committed
不要なクラス、ライブラリの削除
1 parent 4a82803 commit 1b7d926

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

AndroidApp/gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ com-google-truth = "1.4.2"
1919
androidx-test-ext = "1.1.5"
2020
androidx-test-espresso = "3.5.1"
2121
androidx-room = "2.6.1"
22-
com-google-android-material = "1.12.0"
2322
io-insert-koin = "3.5.6"
2423
io-insert-koin-compose = "3.5.6"
2524
com-google-code-gson = "2.11.0"
@@ -64,7 +63,6 @@ androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core",
6463
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }
6564

6665
# その他
67-
com-google-android-material = { module = "com.google.android.material:material", version.ref = "com-google-android-material" }
6866
io-insert-koin = { module = "io.insert-koin:koin-android", version.ref = "io-insert-koin" }
6967
io-insert-koin-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "io-insert-koin-compose" }
7068
com-google-code-gson = { module = "com.google.code.gson:gson", version.ref = "com-google-code-gson" }

AndroidApp/model/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dependencies {
1919

2020
// その他
2121
api(libs.com.google.code.gson)
22-
implementation(libs.com.google.android.material)
2322
}
2423

2524
val Project.catalog

AndroidApp/model/src/main/kotlin/me/nya_n/notificationnotifier/model/Fab.kt

Lines changed: 0 additions & 8 deletions
This file was deleted.

AndroidApp/ui/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies {
2222
implementation(libs.bundles.androidx.compose)
2323

2424
// その他
25-
implementation(libs.com.google.android.material)
2625
implementation(libs.io.insert.koin)
2726
implementation(libs.io.insert.koin.compose)
2827
}

0 commit comments

Comments
 (0)