-
-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 17.0.0-dev.1 [skip ci]
# [17.0.0-dev.1](v16.0.2...v17.0.0-dev.1) (2023-10-09) ### Features * Add option to use single threaded writer for dex files ([77dbee3](77dbee3)) ### BREAKING CHANGES * This commit gets rid of deprecated constructors.
- Loading branch information
1 parent
77dbee3
commit a1962fe
Showing
2 changed files
with
13 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 = 16.0.2 | ||
version = 17.0.0-dev.1 |