Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2021-04-25)

### Bug Fixes

* **release:** fixed the release build and attempted to implement upload to play store functionality in Github Actions ([67eea60](67eea60))
* **release:** overwrite gradle file for next release ([a226cad](a226cad))
* **release:** reorganised release pipeline ([8cc91d3](8cc91d3))
* **semantic-release:** allow the release to commit gradle.properties for use with play store release ([07ae3c0](07ae3c0))
* **semantic-release:** allow the release to commit gradle.properties for use with play store release ([abecc50](abecc50))
  • Loading branch information
semantic-release-bot committed Apr 25, 2021
1 parent 6981338 commit 780c752
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.2.2](https://github.com/goldy1992/Mp3Player/compare/v1.2.1...v1.2.2) (2021-04-25)


### Bug Fixes

* **release:** fixed the release build and attempted to implement upload to play store functionality in Github Actions ([67eea60](https://github.com/goldy1992/Mp3Player/commit/67eea604f435f46546862c1d8185884f3f5e9797))
* **release:** overwrite gradle file for next release ([a226cad](https://github.com/goldy1992/Mp3Player/commit/a226cadb3f51a120029a75955f3e14eb3318ace9))
* **release:** reorganised release pipeline ([8cc91d3](https://github.com/goldy1992/Mp3Player/commit/8cc91d3296f2e807e72a6fad4c6f66476302d89d))
* **semantic-release:** allow the release to commit gradle.properties for use with play store release ([07ae3c0](https://github.com/goldy1992/Mp3Player/commit/07ae3c0ee1872ba178f197b33db324d7ea40fc62))
* **semantic-release:** allow the release to commit gradle.properties for use with play store release ([abecc50](https://github.com/goldy1992/Mp3Player/commit/abecc50b3ef3833ac2e3bdccf6721115db7f1e89))

## [1.2.1](https://github.com/goldy1992/Mp3Player/compare/v1.2.0...v1.2.1) (2021-04-21)


Expand Down
21 changes: 3 additions & 18 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
#Sun Apr 25 23:34:55 UTC 2021
android.enableJetifier=true
android.jetifier.blacklist=shadows
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4608m
kapt.include.compile.classpath=false
version.code=6
version.name=1.2.1

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
version.code=7
version.name=1.2.2

0 comments on commit 780c752

Please sign in to comment.