diff --git a/build.gradle b/build.gradle index 18086d3..cd5c14b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,17 +1,15 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.21' + ext.kotlin_version = '1.3.72' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.2' + classpath 'com.android.tools.build:gradle:3.6.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' - classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' - // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a83dea7..f857639 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip diff --git a/lib/build.gradle b/lib/build.gradle index ef444dd..58b25ca 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -63,10 +63,7 @@ dependencies { androidTestImplementation 'com.android.support.test:runner:1.0.2' } - -apply plugin: 'com.github.dcendents.android-maven' -group = publishedGroupId // Maven Group ID for the artifact - +group = publishedGroupId // Maven Group ID for the artifact apply plugin: 'com.jfrog.bintray' task sourceJar(type: Jar) {