Skip to content

Commit 93232b5

Browse files
committed
不要になったライブラリ削除
1 parent cd959fe commit 93232b5

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

AndroidApp/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ plugins {
44
alias(libs.plugins.org.jetbrains.kotlin.android) apply false
55
alias(libs.plugins.compose.compiler) apply false
66
alias(libs.plugins.com.google.devtools.ksp) apply false
7-
alias(libs.plugins.com.jaredsburrows.license) apply false
87
alias(libs.plugins.about.libraries) apply false
98
}

AndroidApp/gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ agp = "9.0.0"
1414
kotlin = "2.3.0"
1515
kotlinx-coroutines = "1.10.2"
1616
com-google-devtools-ksp = "2.3.4"
17-
com-jaredsburrows-license = "0.9.8"
1817
androidx-core = "1.17.0"
1918
androidx-appcompat = "1.7.1"
2019
androidx-security = "1.1.0"
@@ -41,7 +40,6 @@ com-android-library = { id = "com.android.library", version.ref = "agp" }
4140
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
4241
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
4342
com-google-devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "com-google-devtools-ksp" }
44-
com-jaredsburrows-license = { id = "com.jaredsburrows.license", version.ref = "com-jaredsburrows-license" }
4543
screenshot = { id = "com.android.compose.screenshot", version.ref = "androidx-compose-screenshot" }
4644
about-libraries = { id = "com.mikepenz.aboutlibraries.plugin.android", version.ref = "about-libraries" }
4745

AndroidApp/ui/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
plugins {
22
id("common.library.compose")
3-
// note: 最新のgradle/agp非対応
4-
// alias(libs.plugins.com.jaredsburrows.license)
53
alias(libs.plugins.screenshot)
64
}
75

0 commit comments

Comments
 (0)