File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
core-sdk-samples/higgs-shop-sample-app/app Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 0.8.0] ( https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.7.0...v0.8.0 ) (2022-03-23)
2+
3+
4+ ### Features
5+
6+ * Add in additional analytics event and UI polishing ([ #14 ] ( https://github.com/mParticle/mparticle-android-sample-apps/issues/14 ) ) ([ 68ce89e] ( https://github.com/mParticle/mparticle-android-sample-apps/commit/68ce89e67341fb02040d2095e47a664e215bc8ff ) )
7+ * add in readme changes ([ #13 ] ( https://github.com/mParticle/mparticle-android-sample-apps/issues/13 ) ) ([ 70be06d] ( https://github.com/mParticle/mparticle-android-sample-apps/commit/70be06d2a13c2339404cf1bc995489ddceb3e3d8 ) )
8+ * remove generated apk upload to github ([ #15 ] ( https://github.com/mParticle/mparticle-android-sample-apps/issues/15 ) ) ([ 8544ab7] ( https://github.com/mParticle/mparticle-android-sample-apps/commit/8544ab7d4f327dd48974f3830dc89b9a20b3917e ) )
9+
110# [ 0.7.0] ( https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.6.0...v0.7.0 ) (2022-03-09)
211
312
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
1616 minSdk = 23
1717 targetSdk = 31
1818 versionCode = buildVersionCode()
19- versionName = " 0.7 .0-SNAPSHOT"
19+ versionName = " 0.8 .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" )} \" " )
You can’t perform that action at this time.
0 commit comments