Skip to content

Commit

Permalink
Merge pull request #3907 from dpalou/MOBILE-4357
Browse files Browse the repository at this point in the history
Mobile 4357
  • Loading branch information
crazyserver authored Jan 22, 2024
2 parents 142c8fb + 7b4c98f commit 984e503
Show file tree
Hide file tree
Showing 4 changed files with 8,659 additions and 11,573 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ before_install:
- node --version
- npm --version
- nvm --version
- npm ci
- npm ci --no-audit

before_script:
- npx gulp
Expand All @@ -40,8 +40,8 @@ jobs:
if: env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank)
language: java
env:
- ANDROID_PLATFORM_VERSION=32
- ANDROID_BUILD_TOOLS_VERSION="32.0.0"
- ANDROID_PLATFORM_VERSION=33
- ANDROID_BUILD_TOOLS_VERSION="33.0.2"
addons:
apt:
packages:
Expand Down
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.moodle.moodlemobile" version="4.4.0" versionCode="44000" android-versionCode="44000" ios-CFBundleVersion="4.4.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="44000" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.4.0.0" version="4.4.0" versionCode="44000" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Moodle</name>
<description>Moodle official app</description>
<author email="[email protected]" href="http://moodle.com">Moodle Mobile team</author>
Expand Down Expand Up @@ -37,7 +37,7 @@
<preference name="LoadUrlTimeoutValue" value="60000" />
<preference name="load-url-timeout" value="60000" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-minSdkVersion" value="24" />
<preference name="android-targetSdkVersion" value="33" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="AndroidInsecureFileModeEnabled" value="true" />
Expand All @@ -48,7 +48,7 @@
<preference name="WKFullScreenEnabled" value="false" />
<preference name="AndroidXEnabled" value="true" />
<preference name="GradlePluginGoogleServicesEnabled" value="true" />
<preference name="GradlePluginGoogleServicesVersion" value="4.3.10" />
<preference name="GradlePluginGoogleServicesVersion" value="4.3.15" />
<preference name="GradlePluginKotlinVersion" value="1.7.21" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#FFFFFF" />
Expand Down
Loading

0 comments on commit 984e503

Please sign in to comment.