Update plugins and gradle to latest versions

This commit is contained in:
Henrik Grimler
2021-01-01 17:14:04 +01:00
parent eaea0f74a5
commit 43bbef9a11
5 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "com.jfrog.bintray" version "1.7.3"
id "com.github.dcendents.android-maven" version "2.0"
id "com.jfrog.bintray" version "1.8.5"
id "com.github.dcendents.android-maven" version "2.1"
}
apply plugin: 'com.android.library'
@@ -61,7 +61,7 @@ tasks.withType(Test) {
}
dependencies {
testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.1'
}
apply from: '../scripts/bintray-publish.gradle'