Skip to content

intrigus/MyGdxClasses

 
 

Repository files navigation

Installation instructions

Pull the repo, then install it to maven local:

gradle install

Modify the build.gradle of the project you want to include these in with:

allprojects {
	...
	boondogImportsVersion = '0.1.0-SNAPSHOT'
	repositories {
	...
	mavenLocal()
	}
}

project(":core") {
	dependencies {
		compile "com.boondog.imports:core:$boondogImportsVersion"
	}
}

project(":android") {
    dependencies {
        compile "com.boondog.imports:core:$boondogImportsVersion"
    }
}

Right click the project, gradle, refresh all.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%