Skip to content

Commit 290915e

Browse files
chore(release): 0.12.0
# [0.12.0](v0.11.5...v0.12.0) (2022-09-14) ### Features * Update sample app UI to compose ([#116](#116)) ([4c6e44d](4c6e44d)) * Updated Advertising ID permissions on manifest, updated settings.gradle.kts, and build.gradle.kts to latest dependencies and SDK 33 ([#115](#115)) ([115313e](115313e))
1 parent 4c6e44d commit 290915e

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.12.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.5...v0.12.0) (2022-09-14)
2+
3+
4+
### Features
5+
6+
* Update sample app UI to compose ([#116](https://github.com/mParticle/mparticle-android-sample-apps/issues/116)) ([4c6e44d](https://github.com/mParticle/mparticle-android-sample-apps/commit/4c6e44db4832a57db657ce7adbc64a8b6201c564))
7+
* Updated Advertising ID permissions on manifest, updated settings.gradle.kts, and build.gradle.kts to latest dependencies and SDK 33 ([#115](https://github.com/mParticle/mparticle-android-sample-apps/issues/115)) ([115313e](https://github.com/mParticle/mparticle-android-sample-apps/commit/115313e24aa24efb1cbdbf4531b589f2dc27d270))
8+
19
## [0.11.5](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.4...v0.11.5) (2022-07-18)
210

311

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 = 33
1818
versionCode = buildVersionCode()
19-
versionName = "0.11.5-SNAPSHOT"
19+
versionName = "0.12.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")}\"")

0 commit comments

Comments
 (0)