godot-sdk-integrations / godot-google-play-billing

Godot Android plugin for the Google Play Billing library
MIT License
156 stars 50 forks source link

Build AAR file with the plugin version in its name #4

Closed timoschwarzer closed 4 years ago

timoschwarzer commented 4 years ago

Closes #3

Problems

The resulting AAR is named GodotGooglePlayBilling.<version>-<variant>.aar. Do you know a quick fix to change the dash back to a dot @m4gr3d to match other godot-lib naming scheme? I wouldn't mind too much if that's not feasible without doing weird things in the Gradle build script.