Skip to content

Commit

Permalink
Merge pull request #4234 from dpalou/MOBILE-4618
Browse files Browse the repository at this point in the history
Mobile 4618
  • Loading branch information
crazyserver authored Nov 18, 2024
2 parents 3e75f6b + c66c165 commit e0c39dc
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
if: env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank)
language: java
env:
- ANDROID_PLATFORM_VERSION=33
- ANDROID_BUILD_TOOLS_VERSION="33.0.2"
- ANDROID_PLATFORM_VERSION=34
- ANDROID_BUILD_TOOLS_VERSION="34.0.0"
addons:
apt:
packages:
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<preference name="load-url-timeout" value="60000" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="android-minSdkVersion" value="24" />
<preference name="android-targetSdkVersion" value="34" />
<preference name="android-targetSdkVersion" value="35" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="AndroidInsecureFileModeEnabled" value="true" />
<preference name="CustomURLSchemePluginClearsAndroidIntent" value="true" />
Expand Down
77 changes: 51 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@types/dom-mediacapture-record": "1.0.7",
"chart.js": "^2.9.4",
"cordova": "^12.0.0",
"cordova-android": "^12.0.1",
"cordova-android": "^13.0.0",
"cordova-clipboard": "^1.3.0",
"cordova-ios": "^7.1.1",
"cordova-plugin-add-swift-support": "^2.0.2",
Expand Down

0 comments on commit e0c39dc

Please sign in to comment.