Skip to content

Commit

Permalink
Updated Gradle and cleaned up to get ready for M
Browse files Browse the repository at this point in the history
  • Loading branch information
BehindTheMath committed Jan 25, 2017
1 parent 9134ed7 commit 79ce208
Show file tree
Hide file tree
Showing 19 changed files with 201 additions and 197 deletions.
69 changes: 56 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,62 @@
bin
.settings

# Created by https://www.gitignore.io/api/android

### Android ###
# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties
gen
.gradle
build
.DS_Store
gradle
gradlew
gradlew.bat

.project
# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# Intellij
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/uiDesigner.xml
.idea/gradle.xml
.idea/libraries
*.jar
*/lib

# Keystore files
*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# Google Services (e.g. APIs or Firebase)
google-services.json

### Android Patch ###
gen-external-apklibs

# End of https://www.gitignore.io/api/android

gradle
gradlew
gradlew.bat
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .idea/libraries/XposedBridgeApi_54.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/androidasync_1_3_7.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/annotations_12_0.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/gson_2_3.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/ion_1_3_7.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/support_v4_19_0_0.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/support_v4_19_1_0.xml

This file was deleted.

29 changes: 26 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .idea/vcs.xml

This file was deleted.

16 changes: 11 additions & 5 deletions XVoicePlus.iml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<module external.linked.project.id="XVoicePlus" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

</module>
15 changes: 0 additions & 15 deletions XVoicePlusGradle.iml

This file was deleted.

Loading

0 comments on commit 79ce208

Please sign in to comment.