Now using EasyCursor off maven instead of the bundled jar

This commit is contained in:
Alexandros Schillings
2016-08-30 18:14:26 +01:00
parent 92d6ee5241
commit 65b597ab29
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -17,6 +17,10 @@ repositories {
maven {
url "https://s3.amazonaws.com/repo.commonsware.com"
}
maven {
url "https://dl.bintray.com/alt236/maven"
}
}
dependencies {
@@ -24,6 +28,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:recyclerview-v7:24.2.0'
compile 'com.anthonycr.grant:permissions:1.0'
compile 'uk.co.alt236:easycursor-android:1.0.0'
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':library')
}
Binary file not shown.