Skip to content

Commit

Permalink
Update version in build specs to latest-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat committed Nov 11, 2024
1 parent 863ec47 commit 700ed86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.android-ecosystem").version("0.1.23")
id("org.gradle.experimental.android-ecosystem").version("0.1.30")
}

dependencyResolutionManagement {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.android-ecosystem").version("0.1.23")
id("org.gradle.experimental.android-ecosystem").version("0.1.30")
}

dependencyResolutionManagement {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.android-ecosystem").version("0.1.23")
id("org.gradle.experimental.android-ecosystem").version("0.1.30")
}

rootProject.name = "example-android-app"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.jvm-ecosystem").version("0.1.23")
id("org.gradle.experimental.jvm-ecosystem").version("0.1.30")
}

rootProject.name = "example-java-app"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.kmp-ecosystem").version("0.1.23")
id("org.gradle.experimental.kmp-ecosystem").version("0.1.30")
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 700ed86

Please sign in to comment.