Skip to content

Commit 8428d5d

Browse files
chore(release): 0.11.5
## [0.11.5](v0.11.4...v0.11.5) (2022-07-18) ### Bug Fixes * update yml files to new format ([#99](#99)) ([8454eff](8454eff))
1 parent 8454eff commit 8428d5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.11.5](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.4...v0.11.5) (2022-07-18)
2+
3+
4+
### Bug Fixes
5+
6+
* update yml files to new format ([#99](https://github.com/mParticle/mparticle-android-sample-apps/issues/99)) ([8454eff](https://github.com/mParticle/mparticle-android-sample-apps/commit/8454eff42b6a78179258414cea050bc094bde030))
7+
18
## [0.11.4](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.3...v0.11.4) (2022-06-27)
29

310

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
@@ -16,7 +16,7 @@ android {
1616
minSdk = 23
1717
targetSdk = 31
1818
versionCode = buildVersionCode()
19-
versionName = "0.11.4-SNAPSHOT"
19+
versionName = "0.11.5-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")}\"")

0 commit comments

Comments
 (0)