Changes between Version 3 and Version 4 of DeveloperGuidelines/EdenMobile/ProductionRelease
- Timestamp:
- 02/01/20 10:49:25 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/ProductionRelease
v3 v4 1 1 = 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}}} 3 3 {{{ 4 <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="23" /> 4 # 6.0 Marshmallow 5 target=android-23 5 6 }}} 6 7 - Configure the default server, if-required: {{{www/config/settings.js}}}