Skip to content
This repository was archived by the owner on Dec 29, 2019. It is now read-only.

Commit 9a457b3

Browse files
committed
Updated Gradle build version numbers and removed file based Guava dependency.
1 parent d42b63e commit 9a457b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,20 @@ buildscript {
2727
}
2828
dependencies {
2929
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
30-
classpath 'com.android.tools.build:gradle:1.2.3'
30+
classpath 'com.android.tools.build:gradle:1.3.0'
3131
}
3232
}
3333

3434
repositories {
3535
jcenter()
36+
mavenCentral()
3637
}
3738

3839
dependencies {
3940
compile fileTree(include: ['*.jar'], dir: 'libs')
40-
compile 'com.android.support:appcompat-v7:21.0.3'
41+
compile 'com.android.support:appcompat-v7:23.1.1'
4142
compile 'com.arasthel:asyncjob-library:1.0.3'
43+
compile group: 'com.google.guava', name: 'guava', version: '18.0'
4244
apt 'com.bluelinelabs:logansquare-compiler:1.0.6'
4345
compile 'com.bluelinelabs:logansquare:1.0.6'
44-
compile files('libs/guava-18.0.jar')
4546
}

0 commit comments

Comments
 (0)