Skip to content

Commit

Permalink
Converted project to Gradle and added automatic local maven deploymen…
Browse files Browse the repository at this point in the history
…t for snapshots
  • Loading branch information
ToxicBakery committed Mar 7, 2015
1 parent f3ac370 commit b3636c6
Show file tree
Hide file tree
Showing 608 changed files with 478 additions and 75,209 deletions.
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

40 changes: 38 additions & 2 deletions .gitignore
@@ -1,2 +1,38 @@
/bin
/gen
# Built application files
/*/build/
build/

# Crashlytics configuations
com_crashlytics_export_strings.xml

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

# Gradle generated files
.gradle/

# Signing files
.signing/

# User-specific configurations
.idea/libraries/
.idea/workspace.xml
.idea/tasks.xml
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
*.iml

# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
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.

33 changes: 0 additions & 33 deletions .project

This file was deleted.

2 changes: 0 additions & 2 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

2 changes: 0 additions & 2 deletions .settings/org.eclipse.core.runtime.prefs

This file was deleted.

291 changes: 0 additions & 291 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

3 changes: 0 additions & 3 deletions .settings/org.eclipse.jdt.ui.prefs

This file was deleted.

7 changes: 0 additions & 7 deletions AndroidManifest.xml

This file was deleted.

15 changes: 15 additions & 0 deletions build.gradle
@@ -0,0 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
}
}

allprojects {
repositories {
jcenter()
}
}
250 changes: 0 additions & 250 deletions doc/GLES20.html

This file was deleted.

0 comments on commit b3636c6

Please sign in to comment.