Gradle cleanup

This commit is contained in:
Hannes Achleitner
2020-05-31 13:09:21 +02:00
parent 48f0bdcf75
commit 3ea19957d4
5 changed files with 3 additions and 99 deletions

View File

@@ -1,17 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library)
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.novoda:bintray-release:0.8.0'
}
}
android {
if (project.hasProperty('rootProject.ext.compileSdkVersion')) {
compileSdkVersion rootProject.ext.compileSdkVersion