Skip to content

Commit f51c9c2

Browse files
chore(release): 0.5.0
# [0.5.0](v0.4.0...v0.5.0) (2022-02-23) ### Features * add nav, shop, detail screen ([#9](#9)) ([a0febb3](a0febb3))
1 parent a0febb3 commit f51c9c2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.5.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.4.0...v0.5.0) (2022-02-23)
2+
3+
4+
### Features
5+
6+
* add nav, shop, detail screen ([#9](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/9)) ([a0febb3](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/a0febb39aafbc2ab1b3040a34f756aa596d85b89))
7+
18
# [0.4.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.3.0...v0.4.0) (2022-02-14)
29

310

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.4.0-SNAPSHOT"
19+
versionName = "0.5.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)