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
-33
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/*
-3
View File
@@ -1,8 +1,5 @@
apply plugin: 'com.android.library'
dependencies {
}
android {
compileSdkVersion rootProject.ext.compileSdkVersion