Skip to content

Commit

Permalink
Bump publisher version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jun 6, 2023
1 parent c96d7cc commit c5b486c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import org.json.JSONObject
// Although this allows different clients to use different artifacts, since we only have one client
// this is now the most important use case for this implementation. Instead, this implementation
// aims to make it easier to test publisher changes without having to override the artifacts.
val publisherVersion = "v2"
val publisherVersion = "v3"

plugins {
id("com.android.library") apply false
Expand Down

0 comments on commit c5b486c

Please sign in to comment.