Skip to content

Commit

Permalink
chore(release): 0.11.4
Browse files Browse the repository at this point in the history
## [0.11.4](v0.11.3...v0.11.4) (2022-06-27)

### Bug Fixes

* move app check yml file back to local repo ([#84](#84)) ([7e4239f](7e4239f))
* switch from pull_request_target to pull_request ([#85](#85)) ([a982c4f](a982c4f))
  • Loading branch information
mparticle-automation committed Jun 27, 2022
1 parent a982c4f commit ae8a7da
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.11.4](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.3...v0.11.4) (2022-06-27)


### Bug Fixes

* move app check yml file back to local repo ([#84](https://github.com/mParticle/mparticle-android-sample-apps/issues/84)) ([7e4239f](https://github.com/mParticle/mparticle-android-sample-apps/commit/7e4239f48b2fbdf39370893b40acd0c7107c3776))
* switch from pull_request_target to pull_request ([#85](https://github.com/mParticle/mparticle-android-sample-apps/issues/85)) ([a982c4f](https://github.com/mParticle/mparticle-android-sample-apps/commit/a982c4f5de84f22e13f012dc6f8a2e01fce11998))

## [0.11.3](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.2...v0.11.3) (2022-05-03)

## [0.11.2](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.11.1...v0.11.2) (2022-05-02)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdk = 23
targetSdk = 31
versionCode = buildVersionCode()
versionName = "0.11.3-SNAPSHOT"
versionName = "0.11.4-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 ae8a7da

Please sign in to comment.