Skip to content

Commit ae8a7da

Browse files
chore(release): 0.11.4
## [0.11.4](v0.11.3...v0.11.4) (2022-06-27) ### Bug Fixes * move app check yml file back to local repo ([#84](#84)) ([7e4239f](7e4239f)) * switch from pull_request_target to pull_request ([#85](#85)) ([a982c4f](a982c4f))
1 parent a982c4f commit ae8a7da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.11.4](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.3...v0.11.4) (2022-06-27)
2+
3+
4+
### Bug Fixes
5+
6+
* move app check yml file back to local repo ([#84](https://github.com/mParticle/mparticle-android-sample-apps/issues/84)) ([7e4239f](https://github.com/mParticle/mparticle-android-sample-apps/commit/7e4239f48b2fbdf39370893b40acd0c7107c3776))
7+
* switch from pull_request_target to pull_request ([#85](https://github.com/mParticle/mparticle-android-sample-apps/issues/85)) ([a982c4f](https://github.com/mParticle/mparticle-android-sample-apps/commit/a982c4f5de84f22e13f012dc6f8a2e01fce11998))
8+
19
## [0.11.3](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.2...v0.11.3) (2022-05-03)
210

311
## [0.11.2](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.1...v0.11.2) (2022-05-02)

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.3-SNAPSHOT"
19+
versionName = "0.11.4-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)