Skip to content

Commit

Permalink
chore(release): 0.11.1
Browse files Browse the repository at this point in the history
## [0.11.1](v0.11.0...v0.11.1) (2022-05-02)
  • Loading branch information
mparticle-automation committed May 2, 2022
1 parent 8e77465 commit 378ca56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.11.1](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.0...v0.11.1) (2022-05-02)

# [0.11.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.10.0...v0.11.0) (2022-04-11)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdk = 23
targetSdk = 31
versionCode = buildVersionCode()
versionName = "0.11.0-SNAPSHOT"
versionName = "0.11.1-SNAPSHOT"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_KEY", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_KEY")}\"")
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_SECRET", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_SECRET")}\"")
Expand Down

0 comments on commit 378ca56

Please sign in to comment.