forked from ReVanced/revanced-cli
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.2.0](ReVanced/revanced-cli@v4.1.0...v4.2.0) (2023-11-26) ### Bug Fixes * Fix typo ([ReVanced#300](ReVanced#300)) ([9d96bb7](ReVanced@9d96bb7)) ### Features * Allow selecting first Adb device, if none supplied automatically by updating dependencies ([e7c3d64](ReVanced@e7c3d64)) * Exit application with CLI exit code ([36c6a6a](ReVanced@36c6a6a)) * Make `--out´ option optional ([3765957](ReVanced@3765957))
- Loading branch information
1 parent
41bdb04
commit 89c35ee
Showing
2 changed files
with
15 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.2.0-dev.1 | ||
version = 4.2.0 |