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,33 +0,0 @@
#Android specific
bin
gen
obj
lint.xml
local.properties
release.properties
ant.properties
*.class
*.apk
#Gradle
.gradle
build
gradle.properties
#Maven
target
pom.xml.*
#Eclipse
.project
.classpath
.settings
.metadata
#IntelliJ IDEA
.idea
*.iml
#Lint output
lint-report.html
lint-report_files/*

View File

@@ -1,8 +1,5 @@
apply plugin: 'com.android.library'
dependencies {
}
android {
compileSdkVersion rootProject.ext.compileSdkVersion