Skip to content

Commit

Permalink
migracao para o gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanEsquenazi committed Oct 23, 2018
1 parent a94f523 commit 5990918
Show file tree
Hide file tree
Showing 74 changed files with 7,583 additions and 11 deletions.
47 changes: 36 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,36 @@
bin
gen
*.png
!res/drawable*/*.png
keystore
.classpath
.project
*.zip
*.tar*
*~
.settings
#built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

# Local configuration file (sdk path, etc)
local.properties

# Windows thumbnail db
Thumbs.db

# OSX files
.DS_Store

# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
.navigation
captures/
output.json

#NDK
obj/
.externalNativeBuild
Binary file added .gradle/4.4.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/4.4.1/fileContent/fileContent.lock
Binary file not shown.
Binary file added .gradle/4.4.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/4.4.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file added .gradle/4.4.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file added .gradle/4.4.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file added .gradle/4.4.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file added .gradle/4.4.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file added .gradle/4.4.1/javaCompile/taskJars.bin
Binary file not shown.
Binary file added .gradle/4.4.1/taskHistory/taskHistory.bin
Binary file not shown.
Binary file added .gradle/4.4.1/taskHistory/taskHistory.lock
Binary file not shown.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Tue Sep 18 14:00:47 BRT 2018
gradle.version=4.4.1
Binary file added .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file added .idea/caches/build_file_checksums.ser
Binary file not shown.
29 changes: 29 additions & 0 deletions .idea/codeStyles/Project.xml

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

18 changes: 18 additions & 0 deletions .idea/gradle.xml

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

34 changes: 34 additions & 0 deletions .idea/misc.xml

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

9 changes: 9 additions & 0 deletions .idea/modules.xml

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

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

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

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

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

Loading

0 comments on commit 5990918

Please sign in to comment.