libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
225 stars 83 forks source link

Removed need for "compileAndIncludeClassesInLibraryJar" #83

Closed jstuyts closed 8 years ago

jstuyts commented 8 years ago

Changed so publish.gradle detects if a project has configuration compileAndIncludeClassesInLibraryJar, and if so behaves as before. If the configuration is not present, no third-party classes are added to the library JAR.