Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.0...v0.3.0) (2022-02-11)

### Features

* add release APK to Github release ([#4](#4)) ([e81c699](e81c699))
  • Loading branch information
mparticle-automation committed Feb 11, 2022
1 parent e81c699 commit 9b29724
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.3.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.2.0...v0.3.0) (2022-02-11)


### Features

* add release APK to Github release ([#4](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/4)) ([e81c699](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/e81c699c129455fbc4b4908b0544ff0dc845f474))

# [0.2.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.1.0...v0.2.0) (2022-02-09)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdk = 16
targetSdk = 31
versionCode = buildVersionCode()
versionName = "0.2.0-SNAPSHOT"
versionName = "0.3.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 9b29724

Please sign in to comment.