From e587eb18ed9326151779fd998e49148c605faec1 Mon Sep 17 00:00:00 2001 From: Severiano Jaramillo Date: Mon, 1 Mar 2021 21:19:51 -0800 Subject: [PATCH] Remove bintray-publish library and update Gradle plugin version. --- build.gradle | 3 +-- graphenej/build.gradle | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/build.gradle b/build.gradle index d9ab50e..39aee9b 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,6 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.2' - classpath 'com.novoda:bintray-release:0.9.1' + classpath 'com.android.tools.build:gradle:4.1.2' } } diff --git a/graphenej/build.gradle b/graphenej/build.gradle index 22d2d47..9a66ab2 100644 --- a/graphenej/build.gradle +++ b/graphenej/build.gradle @@ -1,16 +1,5 @@ -apply plugin: 'com.novoda.bintray-release' apply plugin: 'com.android.library' -publish { - userOrg = 'bilthon' - groupId = 'cy.agorise.graphenej' - artifactId = 'graphenej' - publishVersion = '0.6.0' - repoName = 'Graphenej' - desc = 'A Java library for mobile app Developers; Graphene/Bitshares blockchain.' - website = 'https://github.com/Agorise/graphenej' -} - android { compileSdkVersion 28