Skip to content

Commit 903ae11

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.0...v0.2.0) (2022-02-09) ### Bug Fixes * update semantic release yml ([#3](#3)) ([625030a](625030a)) ### Features * add mparticle to sample app ([#2](#2)) ([1f59112](1f59112))
1 parent 625030a commit 903ae11

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.2.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.1.0...v0.2.0) (2022-02-09)
2+
3+
4+
### Bug Fixes
5+
6+
* update semantic release yml ([#3](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/3)) ([625030a](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/625030ad7a3aaac79f0ed0275c38ae1beaafb40d))
7+
8+
9+
### Features
10+
11+
* add mparticle to sample app ([#2](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/2)) ([1f59112](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/1f591121666e709ce5207e6d70c49fcac1d4d2d0))
12+
113
# [0.1.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.0.1...v0.1.0) (2022-02-09)
214

315

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
@@ -15,7 +15,7 @@ android {
1515
minSdk = 16
1616
targetSdk = 31
1717
versionCode = buildVersionCode()
18-
versionName = "0.1.0-SNAPSHOT"
18+
versionName = "0.2.0-SNAPSHOT"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_KEY", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_KEY")}\"")
2121
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_SECRET", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_SECRET")}\"")

0 commit comments

Comments
 (0)