libgdx / gdx-pay

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

Documentation - Replace deprecated gradle compile with implementation #254

Closed Calfur closed 1 year ago

Calfur commented 1 year ago

The compile configuration in Gradle has been deprecated and replaced by the implementation configuration. Source: https://gradlehero.com/gradle-implementation-vs-compile-dependencies/