Skip to content

Commit

Permalink
Update gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e committed Mar 7, 2024
1 parent 777d906 commit 73802a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ emerge {
}

snapshots {
buildType.set("snapshot")
tag.set("snapshot")
}

vcs {
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidx-test-ext = "1.1.5"
accompanist = "0.33.2-alpha"
compose-bom = "2023.10.01"
compose-compiler-extension = "1.5.3"
emerge-gradle-plugin = "2.1.5"
emerge-gradle-plugin = "2.2.0"
emerge-perf = "2.1.1"
emerge-snapshots = "0.8.4"
kotlin = "1.9.10"
Expand Down

0 comments on commit 73802a1

Please sign in to comment.