From ae8a7da513f4f1ae88765a35e9cf5c97aaf6801c Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Mon, 27 Jun 2022 18:51:54 +0000 Subject: [PATCH] chore(release): 0.11.4 ## [0.11.4](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.3...v0.11.4) (2022-06-27) ### Bug Fixes * 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)) * 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)) --- CHANGELOG.md | 8 ++++++++ .../higgs-shop-sample-app/app/build.gradle.kts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac88bd..c1bcc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.11.4](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.3...v0.11.4) (2022-06-27) + + +### Bug Fixes + +* 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)) +* 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)) + ## [0.11.3](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.2...v0.11.3) (2022-05-03) ## [0.11.2](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.1...v0.11.2) (2022-05-02) diff --git a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts index c346e91..06a5d29 100644 --- a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts +++ b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts @@ -16,7 +16,7 @@ android { minSdk = 23 targetSdk = 31 versionCode = buildVersionCode() - versionName = "0.11.3-SNAPSHOT" + versionName = "0.11.4-SNAPSHOT" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_KEY", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_KEY")}\"") buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_SECRET", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_SECRET")}\"")