CodeCombiner / native-android

GC Native Android
GNU General Public License v3.0
3 stars 1 forks source link

Extract build-tools version to config #64

Closed CodeCombiner closed 6 years ago

CodeCombiner commented 6 years ago

Use this parameter instead of hardcoded 27.0.3 in build.js and in gradle.

CodeCombiner commented 6 years ago

now android build will require config parameter:

"android": {
    "buildToolsVersion": "27.0.3",