Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit d86734e

Browse files
committed
dexlib2 and gradle updates
1 parent bb45aab commit d86734e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-82 Bytes
Binary file not shown.

ClassySharkWS/gradlew

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
3333
# Use the maximum available, or set MAX_FD != -1 to use that value.
3434
MAX_FD="maximum"
3535

36-
warn ( ) {
36+
warn () {
3737
echo "$*"
3838
}
3939

40-
die ( ) {
40+
die () {
4141
echo
4242
echo "$*"
4343
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
155155
fi
156156

157157
# Escape application args
158-
save ( ) {
158+
save () {
159159
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
160160
echo " "
161161
}

third_party/dexlib2.jar

13.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)