Fixed DateSortedList

This commit is contained in:
Caesar2011
2018-10-24 00:14:25 +02:00
parent 9d5416ab9b
commit 14cf917ec8
3 changed files with 19 additions and 9 deletions

View File

@@ -4,6 +4,9 @@ buildscript {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
@@ -18,6 +21,9 @@ allprojects {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
}
gradle.projectsEvaluated {