Skip to content

Commit

Permalink
Templates use version 0.1.10 of the declarative plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat committed Aug 19, 2024
1 parent dcc4eaa commit c371b2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7"
id("org.gradle.experimental.android-ecosystem") version "0.1.10"
}

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.7"
id("org.gradle.experimental.jvm-ecosystem") version "0.1.10"
}

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.7"
id("org.gradle.experimental.kmp-ecosystem") version "0.1.10"
}

dependencyResolutionManagement {
Expand Down
2 changes: 1 addition & 1 deletion unified-prototype/unified-plugin/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.13-SNAPSHOT
0.1.10-SNAPSHOT

0 comments on commit c371b2a

Please sign in to comment.