1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

- Updating Gradle project to > 1.0.0

- Updated .gitignore with Github ignore settings
- Updated build tools and SDK versions to 22
- Migrated .gradle files from pre-1.0.0 to post-1.0.0
This commit is contained in:
SJ
2015-06-23 00:24:43 -04:00
parent 228c7936eb
commit 9d48757285
12 changed files with 46 additions and 152 deletions
+26 -6
View File
@@ -1,17 +1,37 @@
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Studio/Gradle
*.iml
.gradle/
build/
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/dictionaries
# generated files
bin/
gen/
# Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# Gradle:
.idea/gradle.xml
.idea/libraries
# Eclipse/Android/Misc
.metadata/