Skip to content

Commit 5ebf2e9

Browse files
chore(release): 0.14.0
# [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))
1 parent 3edb1a2 commit 5ebf2e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.14.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.13.0...v0.14.0) (2022-11-04)
2+
3+
4+
### Features
5+
6+
* 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))
7+
18
# [0.13.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.12.0...v0.13.0) (2022-09-16)
29

310

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
@@ -17,7 +17,7 @@ android {
1717
minSdk = 24
1818
targetSdk = 33
1919
versionCode = buildVersionCode()
20-
versionName = "0.13.0-SNAPSHOT"
20+
versionName = "0.14.0-SNAPSHOT"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_KEY", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_KEY")}\"")
2323
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_SECRET", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_SECRET")}\"")

0 commit comments

Comments
 (0)