kloder-games / godot-gpgs

Godot Module for Google Play Game Services
MIT License
56 stars 16 forks source link

We need to recompile android for each games ? #14

Open takhimi opened 5 years ago

takhimi commented 5 years ago

I just want to clear few things on my mind. Since we need to change the APP_ID to our game's specific ID, if I have 20 games with different ID , I need to recompile 20 times to get 20 different APK ?

Am I correct ? Can this gpgs module still can be use ? Last updated was 2017

ANOONBP commented 5 years ago

Yep you need to recompile for each games and yep this module still can be use but have to modify some code to avoid gradlew build failed.

anisc commented 4 years ago

@ANOONBP could you plz share the modification that need to be made ?