Skip to content

Commit

Permalink
chore(release): 0.14.0
Browse files Browse the repository at this point in the history
# [0.14.0](v0.13.0...v0.14.0) (2022-11-04)

### Features

* Add in new Android 13 and dependencies changes ([#149](#149)) ([85792ad](85792ad))
  • Loading branch information
mparticle-automation committed Nov 4, 2022
1 parent 3edb1a2 commit 5ebf2e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")}\"")
Expand Down

0 comments on commit 5ebf2e9

Please sign in to comment.