Skip to content

Commit 6d9309f

Browse files
chore(release): 0.7.0
# [0.7.0](v0.6.0...v0.7.0) (2022-03-09) ### Features * add in checkout screen foundational work, account, and apikey check ([#11](#11)) ([35e3264](35e3264)) * checkout screen cleanup ([#12](#12)) ([8f35d06](8f35d06))
1 parent 8f35d06 commit 6d9309f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.7.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.6.0...v0.7.0) (2022-03-09)
2+
3+
4+
### Features
5+
6+
* add in checkout screen foundational work, account, and apikey check ([#11](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/11)) ([35e3264](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/35e32640c21816d391ebbfab9818adf6270962e6))
7+
* checkout screen cleanup ([#12](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/12)) ([8f35d06](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/8f35d06fe827f56ea60dbe2e3c1b1a4c2e26e42f))
8+
19
# [0.6.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.5.0...v0.6.0) (2022-03-03)
210

311

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