-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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
1 parent
6981338
commit 780c752
Showing
2 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |