This is the fork of the original Moodle App:
- Customized with UNPAR branding
- Auto-connects with UNPAR's IDE
- Somewhat regularly synchonized from moodlehq's
integration
branch - Follow version numbering as in moodlehq
Ensure you are using node version 14. There are plenty of options to manage different versions of node in one device.
npx ionic cordova build android --prod --release
$ANDROID_SDK_ROOT/build-tools/31.0.0/apksigner sign --ks ~/Downloads/idemobile-release-key.keystore platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
(SDK and keystore path to be adjusted)- Upload
app-release-unsigned.apk
to Google Play
This is the primary repository of source code for the official mobile app for Moodle.