Skip to content

Commit

Permalink
Update sample to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan committed Jan 13, 2021
1 parent 2d090c3 commit f0ce334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext.collar = [
]

ext.versions = [
"collar" : "1.1.9",
"collar" : "1.2.0",
"gradle" : "4.1.1",
"kotlin" : "1.4.21",
"poet" : "1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
}

collar {
version "1.1.9"
version "1.2.0"
fileName = "example.json"
packageName = "co.infinum.collar.sample.analytics.trackingplan"
}

0 comments on commit f0ce334

Please sign in to comment.