Skip to content

Commit

Permalink
Update DG plugin version for build init specs to next version to be p…
Browse files Browse the repository at this point in the history
…ublished
  • Loading branch information
tresat committed Oct 30, 2024
1 parent 4d5b7ec commit 4f4a18b
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.18")
id("org.gradle.experimental.android-ecosystem").version("0.1.20")
}

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.18")
id("org.gradle.experimental.android-ecosystem").version("0.1.20")
}

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.18")
id("org.gradle.experimental.android-ecosystem").version("0.1.20")
}

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

plugins {
id("org.gradle.experimental.jvm-ecosystem").version("0.1.18")
id("org.gradle.experimental.jvm-ecosystem").version("0.1.20")
}

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

plugins {
id("org.gradle.experimental.kmp-ecosystem").version("0.1.18")
id("org.gradle.experimental.kmp-ecosystem").version("0.1.20")
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 4f4a18b

Please sign in to comment.