Skip to content

Commit 9ebbc01

Browse files
author
Federico Iosue
committed
Migrated to Gradle build system
1 parent a165e3c commit 9ebbc01

File tree

551 files changed

+850
-2225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

551 files changed

+850
-2225
lines changed

.gitignore

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,52 @@
11
# built application files
22
*.apk
33
*.ap_
4-
4+
*.jar
5+
!gradle/wrapper/gradle-wrapper.jar
6+
57
# lint folder
68
lint
7-
9+
810
# files for the dex VM
911
*.dex
10-
12+
1113
# Java class files
1214
*.class
13-
15+
1416
# generated files
1517
bin/
1618
gen/
1719
classes/
1820
gen-external-apklibs/
19-
21+
2022
# maven output folder
2123
target
22-
24+
2325
# Local configuration file (sdk path, etc)
2426
local.properties
25-
27+
2628
# Eclipse project files
2729
.classpath
2830
.project
2931
.metadata
3032
.settings
31-
33+
3234
# IntelliJ files
3335
.idea
3436
*.iml
35-
37+
3638
# OSX files
3739
.DS_Store
38-
40+
3941
# Windows files
4042
Thumbs.db
41-
43+
4244
# vi swap files
4345
*.swp
44-
46+
4547
# backup files
4648
*.bak
47-
49+
4850
# gradle directory
4951
.gradle
50-
gradlew
51-
gradlew.bat
52-
gradle/
53-
build/
54-
55-
#for oh-my-zsh jira plugin (https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#jira)
56-
.jira-url
57-
atlassian-ide-plugin.xml
58-
/lint.xml
59-
60-
# Unix temp lock files
61-
*~
52+
build/

build.gradle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+
buildscript {
3+
repositories {
4+
jcenter()
5+
}
6+
dependencies {
7+
classpath 'com.android.tools.build:gradle:0.12.2'
8+
}
9+
}
10+
11+
allprojects {
12+
repositories {
13+
mavenLocal()
14+
jcenter()
15+
}
16+
}

etc/files.svg

Lines changed: 0 additions & 143 deletions
This file was deleted.

etc/help/help.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)