Skip to content

Commit 461b76a

Browse files
committed
Update ProxerLib which hopefully fixes #2
1 parent fa587b7 commit 461b76a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
compile('com.github.rubengees:introduction:1.1.6@aar') {
4848
transitive = true
4949
}
50-
compile('com.github.proxer:ProxerLibAndroid:1.4.3@aar') {
50+
compile('com.github.proxer:ProxerLibAndroid:1.4.4@aar') {
5151
transitive = true
5252
}
5353

gradle/wrapper/gradle-wrapper.jar

2 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Dec 19 18:12:10 CET 2015
1+
#Tue Feb 16 16:36:24 CET 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip

gradlew.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo location of your Java installation.
4646
goto fail
4747

4848
:init
49-
@rem Get command-line arguments, handling Windowz variants
49+
@rem Get command-line arguments, handling Windows variants
5050

5151
if not "%OS%" == "Windows_NT" goto win9xME_args
5252
if "%@eval[2+2]" == "4" goto 4NT_args

0 commit comments

Comments
 (0)