Gradle cleanup

This commit is contained in:
Hannes Achleitner
2021-03-16 15:00:20 +01:00
parent 48f0bdcf75
commit 3ea19957d4
5 changed files with 3 additions and 99 deletions
-11
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