After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 430 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 297 B |
After Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 447 B |
After Width: | Height: | Size: 670 B |
After Width: | Height: | Size: 871 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 559 B |
After Width: | Height: | Size: 865 B |
After Width: | Height: | Size: 1.1 KiB |
@ -1,16 +1,16 @@ |
|||||||
buildscript { |
buildscript { |
||||||
repositories { |
repositories { |
||||||
mavenCentral() |
jcenter() |
||||||
} |
} |
||||||
dependencies { |
dependencies { |
||||||
classpath 'com.android.tools.build:gradle:0.12.2' |
classpath 'com.android.tools.build:gradle:0.14.0' |
||||||
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4+' |
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4+' |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
allprojects { |
allprojects { |
||||||
repositories { |
repositories { |
||||||
mavenCentral() |
jcenter() |
||||||
mavenLocal() |
mavenLocal() |
||||||
} |
} |
||||||
} |
} |
||||||
|
@ -1,6 +1,6 @@ |
|||||||
#Wed Apr 10 15:27:10 PDT 2013 |
#Tue Dec 09 09:45:38 CET 2014 |
||||||
distributionBase=GRADLE_USER_HOME |
distributionBase=GRADLE_USER_HOME |
||||||
distributionPath=wrapper/dists |
distributionPath=wrapper/dists |
||||||
zipStoreBase=GRADLE_USER_HOME |
zipStoreBase=GRADLE_USER_HOME |
||||||
zipStorePath=wrapper/dists |
zipStorePath=wrapper/dists |
||||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip |
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip |
||||||
|