Update dependencies

This commit is contained in:
Jannis Mattheis
2020-05-08 15:26:07 +02:00
parent e4adb21def
commit 91be6fa72e
4 changed files with 18 additions and 17 deletions

View File

@@ -6,10 +6,11 @@ version = '1.0.0'
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.+'
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
@@ -65,7 +66,7 @@ if(hasProperty('target') && target == 'android') {
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
archiveClassifier = 'sources'
}
artifacts {
@@ -96,9 +97,9 @@ ext {
oltu_version = "1.0.2"
retrofit_version = "2.5.0"
swagger_annotations_version = "1.5.15"
junit_version = "4.12"
threetenbp_version = "1.3.5"
json_fire_version = "1.8.0"
junit_version = "4.13"
threetenbp_version = "1.4.4"
json_fire_version = "1.8.4"
}
dependencies {