Changes between Version 3 and Version 4 of DeveloperGuidelines/EdenMobile/ProductionRelease


Ignore:
Timestamp:
02/01/20 10:49:25 (5 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/ProductionRelease

    v3 v4  
    11= Build for Release =
    2  - Modify the Manifest to be able to use the app on older devices (v6.0): {{{platforms/android/CordovaLib/AndroidManifest.xml}}}
     2 - Ensure the build is able to be run on the oldest devices possible (v6.0): {{{platforms/android/project.properties}}}
    33{{{
    4 <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="23" />
     4# 6.0 Marshmallow
     5target=android-23
    56}}}
    67 - Configure the default server, if-required: {{{www/config/settings.js}}}