Skip to content

Commit

Permalink
Update version to avoid problematic v0.1.25, fix test plugin descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat committed Nov 4, 2024
1 parent 913188c commit 0feb79a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gradlePlugin {
id = "org.gradle.experimental.android-ecosystem"
displayName = "Android Ecosystem Experimental Declarative Plugin"
description = "Experimental declarative plugin for the Android ecosystem"
implementationClass = "org.gradle.api.experimental.android.AndroidEcosystemPlugin"
implementationClass = "org.gradle.api.experimental.android.test.AndroidEcosystemPlugin"
tags = setOf("declarative-gradle", "android")
}
}
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.25-SNAPSHOT
0.1.26-SNAPSHOT

0 comments on commit 0feb79a

Please sign in to comment.