Skip to content

Commit 89062dd

Browse files
chore(release): 0.11.0
# [0.11.0](v0.10.0...v0.11.0) (2022-04-11) ### Features * add in cart total text to bottom nav button ([#38](#38)) ([d517f40](d517f40))
1 parent d517f40 commit 89062dd

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.11.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.10.0...v0.11.0) (2022-04-11)
2+
3+
4+
### Features
5+
6+
* add in cart total text to bottom nav button ([#38](https://github.com/mParticle/mparticle-android-sample-apps/issues/38)) ([d517f40](https://github.com/mParticle/mparticle-android-sample-apps/commit/d517f4067ef97380f48201c217bc9d26a2c177bf))
7+
18
# [0.10.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.9.0...v0.10.0) (2022-04-06)
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.10.0-SNAPSHOT"
19+
versionName = "0.11.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)