How to auto-increment cocos2d-x android build number
from: http://stackoverflow.com/questions/21405457/autoincrement-versioncode-with-gradle-extra-properties To auto-increment the build number of an android app, following gradle code can be used: proj.android-studio/app/build.gradle apply plugin: ‘com.android.application’
Continue reading
Recent Comments