Skip to content

Commit 51b5d2a

Browse files
chore(release): 0.8.0
# [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))
1 parent 8544ab7 commit 51b5d2a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.8.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.7.0...v0.8.0) (2022-03-23)
2+
3+
4+
### Features
5+
6+
* 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))
7+
* 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))
8+
* 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))
9+
110
# [0.7.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.6.0...v0.7.0) (2022-03-09)
211

312

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
minSdk = 23
1717
targetSdk = 31
1818
versionCode = buildVersionCode()
19-
versionName = "0.7.0-SNAPSHOT"
19+
versionName = "0.8.0-SNAPSHOT"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_KEY", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_KEY")}\"")
2222
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_SECRET", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_SECRET")}\"")

0 commit comments

Comments
 (0)