Skip to content

Commit

Permalink
refactor: remove .gradle dir and other meta dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Feb 15, 2019
1 parent 01dfdb6 commit 887640a
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ nbproject
/metadata.json
ios/firebase.analytics-iphone-*.zip
/ios/dist
android/.gradle
Binary file removed android/.gradle/4.6/fileChanges/last-build.bin
Binary file not shown.
Binary file removed android/.gradle/4.6/fileContent/fileContent.lock
Binary file not shown.
Binary file removed android/.gradle/4.6/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed android/.gradle/4.6/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed android/.gradle/4.6/taskHistory/taskHistory.bin
Binary file not shown.
Binary file removed android/.gradle/4.6/taskHistory/taskHistory.lock
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions android/.gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed android/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
12 changes: 9 additions & 3 deletions android/.project
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,22 @@
</projects>
<buildSpec>
<buildCommand>
<name>com.appcelerator.titanium.core.builder</name>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<name>com.appcelerator.titanium.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
Expand All @@ -25,5 +30,6 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.appcelerator.titanium.mobile.module.nature</nature>
<nature>com.aptana.projects.webnature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
8 changes: 0 additions & 8 deletions android/Resources/README.md

This file was deleted.

1 change: 1 addition & 0 deletions android/java-sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"/Users/hans/Documents/dev/titanium/titanium-firebase-analytics/android/build/generated/r/android/support/v7/appcompat/R.java"
"/Users/hans/Documents/dev/titanium/titanium-firebase-analytics/android/build/generated/r/android/support/v7/cardview/R.java"
"/Users/hans/Documents/dev/titanium/titanium-firebase-analytics/android/build/generated/r/android/support/v7/recyclerview/R.java"
"/Users/hans/Documents/dev/titanium/titanium-firebase-analytics/android/build/generated/r/com/google/firebase/measurement/R.java"
"/Users/hans/Documents/dev/titanium/titanium-firebase-analytics/android/build/generated/r/firebase/analytics/R.java"
"/Users/hans/Documents/dev/titanium/titanium-firebase-analytics/android/build/generated/r/ti/modules/titanium/ui/R.java"
10 changes: 0 additions & 10 deletions android/platform/README.md

This file was deleted.

0 comments on commit 887640a

Please sign in to comment.