Skip to content

Commit

Permalink
chore(release): 0.13.0
Browse files Browse the repository at this point in the history
# [0.13.0](v0.12.0...v0.13.0) (2022-09-16)

### Features

* update AGP to 7.3.0 and reorder dependencies ([#120](#120)) ([ba9d10b](ba9d10b))
  • Loading branch information
mparticle-automation committed Sep 16, 2022
1 parent ba9d10b commit 2089f6c
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.13.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.12.0...v0.13.0) (2022-09-16)


### Features

* update AGP to 7.3.0 and reorder dependencies ([#120](https://github.com/mParticle/mparticle-android-sample-apps/issues/120)) ([ba9d10b](https://github.com/mParticle/mparticle-android-sample-apps/commit/ba9d10bf2a89918580cebcc5f861338b14c4c6d0))

# [0.12.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.5...v0.12.0) (2022-09-14)


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.12.0-SNAPSHOT"
versionName = "0.13.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 2089f6c

Please sign in to comment.