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

Commit

Permalink
Updated Gradle build version numbers and removed file based Guava dep…
Browse files Browse the repository at this point in the history
…endency.
  • Loading branch information
neatorobito committed Nov 20, 2015
1 parent d42b63e commit 9a457b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,20 @@ buildscript {
}
dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.3.0'
}
}

repositories {
jcenter()
mavenCentral()
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.arasthel:asyncjob-library:1.0.3'
compile group: 'com.google.guava', name: 'guava', version: '18.0'
apt 'com.bluelinelabs:logansquare-compiler:1.0.6'
compile 'com.bluelinelabs:logansquare:1.0.6'
compile files('libs/guava-18.0.jar')
}

0 comments on commit 9a457b3

Please sign in to comment.