Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.0...v0.2.0) (2022-02-09)

### Bug Fixes

* update semantic release yml ([#3](#3)) ([625030a](625030a))

### Features

* add mparticle to sample app ([#2](#2)) ([1f59112](1f59112))
  • Loading branch information
mparticle-automation committed Feb 9, 2022
1 parent 625030a commit 903ae11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.2.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.1.0...v0.2.0) (2022-02-09)


### Bug Fixes

* update semantic release yml ([#3](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/3)) ([625030a](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/625030ad7a3aaac79f0ed0275c38ae1beaafb40d))


### Features

* add mparticle to sample app ([#2](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/2)) ([1f59112](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/1f591121666e709ce5207e6d70c49fcac1d4d2d0))

# [0.1.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.0.1...v0.1.0) (2022-02-09)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdk = 16
targetSdk = 31
versionCode = buildVersionCode()
versionName = "0.1.0-SNAPSHOT"
versionName = "0.2.0-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 903ae11

Please sign in to comment.