From 5ebf2e99518f2c84b8a748bc370032855d2f1eec Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Fri, 4 Nov 2022 16:33:11 +0000 Subject: [PATCH] chore(release): 0.14.0 # [0.14.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.13.0...v0.14.0) (2022-11-04) ### Features * Add in new Android 13 and dependencies changes ([#149](https://github.com/mParticle/mparticle-android-sample-apps/issues/149)) ([85792ad](https://github.com/mParticle/mparticle-android-sample-apps/commit/85792ada8324903ae56f92cd1a7a898045ecfbdd)) --- CHANGELOG.md | 7 +++++++ .../higgs-shop-sample-app/app/build.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3689c2..b1854e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.14.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.13.0...v0.14.0) (2022-11-04) + + +### Features + +* Add in new Android 13 and dependencies changes ([#149](https://github.com/mParticle/mparticle-android-sample-apps/issues/149)) ([85792ad](https://github.com/mParticle/mparticle-android-sample-apps/commit/85792ada8324903ae56f92cd1a7a898045ecfbdd)) + # [0.13.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.12.0...v0.13.0) (2022-09-16) 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 82ea55a..b592ee1 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 @@ -17,7 +17,7 @@ android { minSdk = 24 targetSdk = 33 versionCode = buildVersionCode() - versionName = "0.13.0-SNAPSHOT" + versionName = "0.14.0-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")}\"")