Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
mparticle-automation committed Mar 9, 2022
1 parent 8f35d06 commit 6d9309f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.7.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.6.0...v0.7.0) (2022-03-09)


### Features

* 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))
* 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))

# [0.6.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.5.0...v0.6.0) (2022-03-03)


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.6.0-SNAPSHOT"
versionName = "0.7.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 6d9309f

Please sign in to comment.