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