diff --git a/core/build.gradle.kts b/core/build.gradle.kts index aa21d01..79c7255 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -14,7 +14,7 @@ plugins { id("signing") } group = "io.github.boswelja.menuprovider" -version = "1.0.4" +version = "1.0.5" android { namespace = "com.boswelja.menuprovider" diff --git a/gradle.properties b/gradle.properties index f38f67f..3fbe951 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,5 +5,3 @@ org.gradle.caching=true android.useAndroidX=true kotlin.code.style=official - -kotlin.experimental.tryK2=true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 968cab3..147d0fd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.1.1" +android-gradle-plugin = "8.1.4" detekt = "1.23.4" kotlin = "1.9.21" dokka = "1.9.10" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f40c813..01e662f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sat Sep 16 15:35:32 NZST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/material3/build.gradle.kts b/material3/build.gradle.kts index 30058c9..7159985 100644 --- a/material3/build.gradle.kts +++ b/material3/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "io.github.boswelja.menuprovider" -version = "1.0.4" +version = "1.0.5" android { namespace = "com.boswelja.menuprovider.material3" diff --git a/settings.gradle.kts b/settings.gradle.kts index 751f297..e574463 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,8 +16,8 @@ dependencyResolutionManagement { } plugins { - id("com.gradle.enterprise") version("3.13") - id("com.android.settings") version("8.1.1") + id("com.gradle.enterprise") version("3.16") + id("com.android.settings") version("8.1.4") } rootProject.name = "Compose MenuProvider"