gradle stuff

This commit is contained in:
Hannes Janetzek
2014-02-08 01:41:50 +01:00
parent a53568f100
commit 5443cf5417
10 changed files with 384 additions and 0 deletions

29
build.gradle Normal file
View File

@@ -0,0 +1,29 @@
buildscript {
repositories {
mavenCentral()
mavenLocal()
}
dependencies {
classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.2'
classpath 'com.android.tools.build:gradle:0.7.+'
// https://github.com/dcendents/android-maven-plugin
classpath 'com.github.dcendents:android-maven-plugin:1.0'
}
}
allprojects {
group = 'org.oscim'
version = '0.5.9-SNAPSHOT'
//ext.appName = 'vtm'
//ext.gdxVersion = '1.0-SNAPSHOT'
repositories {
mavenCentral()
mavenLocal()
}
}