Skip to content

Commit

Permalink
chore(release): 0.12.0
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
mparticle-automation committed Sep 14, 2022
1 parent 4c6e44d commit 290915e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.12.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.5...v0.12.0) (2022-09-14)


### Features

* 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))
* 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))

## [0.11.5](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.4...v0.11.5) (2022-07-18)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdk = 23
targetSdk = 33
versionCode = buildVersionCode()
versionName = "0.11.5-SNAPSHOT"
versionName = "0.12.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")}\"")
Expand Down

0 comments on commit 290915e

Please sign in to comment.