Skip to content

Commit 75696aa

Browse files
committed
Bump plugin version used by tests
1 parent ffb44d0 commit 75696aa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

unified-prototype/unified-plugin/plugin-android-init/src/main/resources/templates/android-application-basic-activity/settings.gradle.dcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id("org.gradle.experimental.android-ecosystem").version("0.1.41")
9+
id("org.gradle.experimental.android-ecosystem").version("0.1.42")
1010
}
1111

1212
dependencyResolutionManagement {

unified-prototype/unified-plugin/plugin-android-init/src/main/resources/templates/android-application-empty-activity/settings.gradle.dcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id("org.gradle.experimental.android-ecosystem").version("0.1.41")
9+
id("org.gradle.experimental.android-ecosystem").version("0.1.42")
1010
}
1111

1212
dependencyResolutionManagement {

unified-prototype/unified-plugin/plugin-android-init/src/main/resources/templates/android-application/settings.gradle.dcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id("org.gradle.experimental.android-ecosystem").version("0.1.41")
9+
id("org.gradle.experimental.android-ecosystem").version("0.1.42")
1010
}
1111

1212
rootProject.name = "example-android-app"

unified-prototype/unified-plugin/plugin-jvm/src/main/resources/templates/java-application/settings.gradle.dcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
}
66

77
plugins {
8-
id("org.gradle.experimental.jvm-ecosystem").version("0.1.41")
8+
id("org.gradle.experimental.jvm-ecosystem").version("0.1.42")
99
}
1010

1111
rootProject.name = "example-java-app"

unified-prototype/unified-plugin/plugin-kmp/src/main/resources/templates/kotlin-application/settings.gradle.dcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
}
66

77
plugins {
8-
id("org.gradle.experimental.kmp-ecosystem").version("0.1.41")
8+
id("org.gradle.experimental.kmp-ecosystem").version("0.1.42")
99
}
1010

1111
dependencyResolutionManagement {

0 commit comments

Comments
 (0)