File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
core-sdk-samples/higgs-shop-sample-app/app Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 0.10.0] ( https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.9.0...v0.10.0 ) (2022-04-06)
2+
3+
4+ ### Features
5+
6+ * change dependabot PR target branch ([ #35 ] ( https://github.com/mParticle/mparticle-android-sample-apps/issues/35 ) ) ([ b18ae0f] ( https://github.com/mParticle/mparticle-android-sample-apps/commit/b18ae0f40730cd07a41bc7148fdbde32f958c24d ) )
7+
18# [ 0.9.0] ( https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.8.0...v0.9.0 ) (2022-03-24)
29
310
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.9 .0-SNAPSHOT"
19+ versionName = " 0.10 .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