Skip to content
Snippets Groups Projects
Commit 88059b03 authored by Michi302's avatar Michi302
Browse files

Update gradle wrapper and dependencies

parent 5b1b72aa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -57,27 +57,27 @@ dependencies {
exclude group: 'stax', module: 'stax-api'
exclude group: 'stax', module: 'stax'
}
compile 'com.squareup.okhttp:okhttp:2.7.2'
compile 'com.squareup.okhttp:okhttp:2.7.4'
compile 'com.squareup:otto:1.3.8'
compile 'io.reactivex:rxjava:1.1.1'
compile 'io.reactivex:rxandroid:1.1.0'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.jakewharton.timber:timber:4.1.0'
compile 'com.google.code.gson:gson:2.5'
compile 'com.jakewharton.timber:timber:4.1.1'
compile 'com.google.code.gson:gson:2.6.1'
compile 'net.danlew:android.joda:2.9.2'
compile "org.parceler:parceler-api:1.0.4"
apt "org.parceler:parceler:1.0.4"
compile 'com.commit451:bypasses:1.0.1'
compile 'com.commit451:easel:0.0.5'
compile 'com.commit451:foregroundviews:1.0.0'
compile 'com.commit451:elasticdragdismisslayout:1.0.1'
compile 'com.commit451:elasticdragdismisslayout:1.0.2'
compile 'com.commit451:adapterlayout:1.0.1'
compile 'com.pnikosis:materialish-progress:1.7'
compile 'com.jawnnypoo:physicslayout:1.0.1'
compile 'com.github.ivbaranov:materiallettericon:0.2.1'
compile 'com.github.johnkil.android-robototextview:robototextview:2.5.0'
compile 'com.github.alorma:diff-textview:1.3.0'
compile 'com.wdullaer:materialdatetimepicker:2.1.1'
compile 'com.wdullaer:materialdatetimepicker:2.2.0'
compile "com.wefika:flowlayout:0.4.1"
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') {
transitive = true;
Loading
Loading
Loading
Loading
@@ -24,5 +24,5 @@ allprojects {
}
 
task wrapper(type: Wrapper) {
gradleVersion = '2.10'
gradleVersion = '2.11'
}
\ No newline at end of file
No preview for this file type
#Thu Feb 04 17:30:42 CET 2016
#Sun Feb 21 17:21:42 CET 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip
Loading
Loading
@@ -42,11 +42,6 @@ case "`uname`" in
;;
esac
 
# For Cygwin, ensure paths are in UNIX format before anything is touched.
if $cygwin ; then
[ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
fi
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
Loading
Loading
@@ -61,9 +56,9 @@ while [ -h "$PRG" ] ; do
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/" >&-
cd "`dirname \"$PRG\"`/" >/dev/null
APP_HOME="`pwd -P`"
cd "$SAVED" >&-
cd "$SAVED" >/dev/null
 
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
 
Loading
Loading
@@ -114,6 +109,7 @@ fi
if $cygwin ; then
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
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
Loading
Loading
Loading
Loading
@@ -46,7 +46,7 @@ echo location of your Java installation.
goto fail
 
:init
@rem Get command-line arguments, handling Windowz variants
@rem Get command-line arguments, handling Windows variants
 
if not "%OS%" == "Windows_NT" goto win9xME_args
if "%@eval[2+2]" == "4" goto 4NT_args
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment