mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
Update Gradle to 3.0/4.1 ; SDK 27
This commit is contained in:
parent
496faa7945
commit
cb811d8236
7 changed files with 158 additions and 131 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -1,12 +1,3 @@
|
|||
##############
|
||||
### Project ##
|
||||
app/src/main/res/raw/changelog.*
|
||||
app/src/main/res/raw/contributors.*
|
||||
app/src/main/res/raw/license.*
|
||||
app/src/main/res/raw/readme.*
|
||||
app/src/main/res/raw/contributors.*
|
||||
#app/src/main/res/raw/podlist.json
|
||||
|
||||
##############
|
||||
### Common ###
|
||||
*~*
|
||||
|
@ -99,3 +90,13 @@ proguard/
|
|||
# Android Studio Stuff
|
||||
.navigation/
|
||||
gen-external-apklibs
|
||||
|
||||
### Project ##
|
||||
app/src/main/res/raw/changelog.*
|
||||
app/src/main/res/raw/license.*
|
||||
app/src/main/res/raw/readme.*
|
||||
app/src/main/res/raw/contributors.*
|
||||
|
||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||
!gradle-wrapper.jar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue