-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.6.0](v4.5.0...v4.6.0) (2024-04-01) ### Bug Fixes * Copy APK to output path when it is not being signed ([366f400](366f400)) * Use correct option description ([45a2ffa](45a2ffa)) ### Features * Use more consistent option name ([223629c](223629c))
- Loading branch information
1 parent
66a5fc2
commit 1496e82
Showing
2 changed files
with
14 additions
and
1 deletion.
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,4 +1,4 @@ | ||
org.gradle.parallel = true | ||
org.gradle.caching = true | ||
kotlin.code.style = official | ||
version = 4.6.0-dev.1 | ||
version = 4.6.0 |