Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ira committed Nov 25, 2016
1 parent e21765f commit a4d53b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/irinagalata/Library/Android/sdk/tools/proguard/proguard-android.txt
# You can edit the include mPath and order by changing the proguardFiles
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
Expand Down
6 changes: 3 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ fi

# For Cygwin, switch paths to Windows format before running java
if $cygwin ; then
APP_HOME=`cygpath --mPath --mixed "$APP_HOME"`
CLASSPATH=`cygpath --mPath --mixed "$CLASSPATH"`
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`

# We build the pattern for arguments to be converted via cygpath
Expand All @@ -130,7 +130,7 @@ if $cygwin ; then
CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option

if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
eval `echo args$i`=`cygpath --mPath --ignore --mixed "$arg"`
eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
else
eval `echo args$i`="\"$arg\""
fi
Expand Down
2 changes: 1 addition & 1 deletion library/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/irinagalata/Library/Android/sdk/tools/proguard/proguard-android.txt
# You can edit the include mPath and order by changing the proguardFiles
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
Expand Down

0 comments on commit a4d53b5

Please sign in to comment.