Skip to content
Snippets Groups Projects
Commit a6a3f30e authored by Francesco's avatar Francesco
Browse files

fixed for f-droid

parent afbd90e5
Branches
Tags
No related merge requests found
...@@ -41,8 +41,7 @@ android { ...@@ -41,8 +41,7 @@ android {
dependencies { dependencies {
compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.jpardogo.flabbylistview:library:1.0.0' compile 'com.github.Andre1299:CompareString:44.0'
compile 'com.github.Andre1299:CompareString:4.0'
compile 'commons-io:commons-io:2.4' compile 'commons-io:commons-io:2.4'
} }
......
...@@ -5,7 +5,6 @@ buildscript { ...@@ -5,7 +5,6 @@ buildscript {
repositories { repositories {
jcenter() jcenter()
mavenCentral() mavenCentral()
maven { url "https://jitpack.io" }
} }
dependencies { dependencies {
...@@ -20,3 +19,9 @@ buildscript { ...@@ -20,3 +19,9 @@ buildscript {
task clean(type: Delete) { task clean(type: Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment