Skip to content

Commit

Permalink
Add gradle/wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
zirouan committed Mar 13, 2018
1 parent 6127380 commit a537e41
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 51 deletions.
40 changes: 3 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,3 @@
# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/

# Gradle files
.gradle/
build/
/*/build/

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

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log


# built application files
*.apk
*.ap_
Expand All @@ -44,8 +15,6 @@ gen/
build/
/build

.gradle

# Local configuration file (sdk path, etc)
local.properties
/local.properties
Expand All @@ -70,18 +39,15 @@ local.properties
/.idea/inspectionProfiles/
/.idea/runConfigurations.xml

.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build

*.iml
.gradle

# Gradle
.gradle/
gradle/
*.iml

.bundle/
vendor/
Expand Down Expand Up @@ -118,4 +84,4 @@ fastlane/screenshots/screenshots.html

# scan temporary files
fastlane/test_output
# End of https://www.gitignore.io/api/fastlane
# End of https://www.gitignore.io/api/fastlane
9 changes: 2 additions & 7 deletions demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ gen/
build/
/build

.gradle

# Local configuration file (sdk path, etc)
local.properties
/local.properties
Expand All @@ -41,18 +39,15 @@ local.properties
/.idea/inspectionProfiles/
/.idea/runConfigurations.xml

.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build

*.iml
.gradle

# Gradle
.gradle/
gradle/
*.iml

.bundle/
vendor/
Expand Down
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Tue Mar 13 01:03:20 BRT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
9 changes: 2 additions & 7 deletions library/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ gen/
build/
/build

.gradle

# Local configuration file (sdk path, etc)
local.properties
/local.properties
Expand All @@ -41,18 +39,15 @@ local.properties
/.idea/inspectionProfiles/
/.idea/runConfigurations.xml

.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build

*.iml
.gradle

# Gradle
.gradle/
gradle/
*.iml

.bundle/
vendor/
Expand Down

0 comments on commit a537e41

Please sign in to comment.