Leonardo
Leonardo
It seems to be ignoring the versionCode and using the version. I set the versionCode to 10 and the versionName to 10.0.1 The resulted versionCode was 100001. It seems to...
It's the Gruntfile.coffee from the Hello World, project. # module.exports = (grunt) -> grunt.initConfig pkg: grunt.file.readJSON 'package.json' ``` phonegap: config: debuggable: true plugins: [] platforms: ['android'] ``` # I just...
Sorry, @jonknapp. I quit using grunt-phonegap because of its limitations. I'm using some "hooks" and some shell scripts to help building the project I'm working on.