Skip to content

Commit

Permalink
chore(release): 0.8.0
Browse files Browse the repository at this point in the history
# [0.8.0](v0.7.0...v0.8.0) (2022-03-23)

### Features

* Add in additional analytics event and UI polishing ([#14](#14)) ([68ce89e](68ce89e))
* add in readme changes ([#13](#13)) ([70be06d](70be06d))
* remove generated apk upload to github ([#15](#15)) ([8544ab7](8544ab7))
  • Loading branch information
mparticle-automation committed Mar 23, 2022
1 parent 8544ab7 commit 51b5d2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.8.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.7.0...v0.8.0) (2022-03-23)


### Features

* Add in additional analytics event and UI polishing ([#14](https://github.com/mParticle/mparticle-android-sample-apps/issues/14)) ([68ce89e](https://github.com/mParticle/mparticle-android-sample-apps/commit/68ce89e67341fb02040d2095e47a664e215bc8ff))
* add in readme changes ([#13](https://github.com/mParticle/mparticle-android-sample-apps/issues/13)) ([70be06d](https://github.com/mParticle/mparticle-android-sample-apps/commit/70be06d2a13c2339404cf1bc995489ddceb3e3d8))
* remove generated apk upload to github ([#15](https://github.com/mParticle/mparticle-android-sample-apps/issues/15)) ([8544ab7](https://github.com/mParticle/mparticle-android-sample-apps/commit/8544ab7d4f327dd48974f3830dc89b9a20b3917e))

# [0.7.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.6.0...v0.7.0) (2022-03-09)


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.7.0-SNAPSHOT"
versionName = "0.8.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 51b5d2a

Please sign in to comment.