File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
core-sdk-samples/higgs-shop-sample-app/app Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.14.1] ( https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.14.0...v0.14.1 ) (2022-11-04)
2+
3+
4+ ### Updates & Maintenance
5+
6+ * add conventional-changelog-conventionalcommits ([ 787980b] ( https://github.com/mParticle/mparticle-android-sample-apps/commit/787980b940fa0013ee6b82c7f0c87d9cd59fef4b ) )
7+ * update release.config.js ([ b67c8f8] ( https://github.com/mParticle/mparticle-android-sample-apps/commit/b67c8f88d85da97190613ae6dc49180e8fd1496d ) )
8+
19# [ 0.14.0] ( https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.13.0...v0.14.0 ) (2022-11-04)
210
311
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
1717 minSdk = 24
1818 targetSdk = 33
1919 versionCode = buildVersionCode()
20- versionName = " 0.14.0 -SNAPSHOT"
20+ versionName = " 0.14.1 -SNAPSHOT"
2121 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2222 buildConfigField(" String" , " HIGGS_SHOP_SAMPLE_APP_KEY" , " \" ${System .getenv(" HIGGS_SHOP_SAMPLE_APP_KEY" )} \" " )
2323 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