From 780c752f4a718f2364e404d325aaa2d5fb11e010 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 25 Apr 2021 23:34:55 +0000 Subject: [PATCH] chore(release): 1.2.2 [skip ci] ## [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)) --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 21 +++------------------ 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e12e4d1..48e3297bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gradle.properties b/gradle.properties index 77a6d2ce0..432b50159 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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