Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.androidLibrary) apply false
alias(libs.plugins.kotlin) apply false
alias(libs.plugins.compose) apply false
}
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.13.0"
androidGradlePlugin = "9.2.1"
compose = "1.9.3"
kotlinVersion = "2.2.20"

Expand All @@ -14,6 +14,5 @@ sample-composeActivity = "androidx.activity:activity-compose:1.10.1"
[plugins]
androidApplication = { id = "com.android.application", version.ref = "androidGradlePlugin" }
androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin" }
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinVersion" }
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinVersion" }
nmcp = "com.gradleup.nmcp:1.2.0"
1 change: 0 additions & 1 deletion progressbutton/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
alias(libs.plugins.androidLibrary)
alias(libs.plugins.kotlin)
alias(libs.plugins.compose)
`maven-publish`
signing
Expand Down
1 change: 0 additions & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
alias(libs.plugins.androidApplication)
alias(libs.plugins.kotlin)
alias(libs.plugins.compose)
}

Expand Down
Loading