Skip to content

Commit

Permalink
Update libraries & compile version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Dec 6, 2023
1 parent b97b6f8 commit 9316725
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ org.gradle.caching=true
android.useAndroidX=true

kotlin.code.style=official

kotlin.experimental.tryK2=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion material3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = "io.github.boswelja.menuprovider"
version = "1.0.4"
version = "1.0.5"

android {
namespace = "com.boswelja.menuprovider.material3"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9316725

Please sign in to comment.