File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
core-sdk-samples/higgs-shop-sample-app/app Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" )} \" " )
You can’t perform that action at this time.
0 commit comments