Skip to content

Bump jitsi mobile SDK to v11.5.1#9124

Merged
bmarty merged 2 commits into
developfrom
misc/bump-jitsi-to-v11.5.1
Mar 4, 2026
Merged

Bump jitsi mobile SDK to v11.5.1#9124
bmarty merged 2 commits into
developfrom
misc/bump-jitsi-to-v11.5.1

Conversation

@jmartinesp

Copy link
Copy Markdown
Member

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other :

Content

What the title says.

Motivation and context

This should fix the 16KB page size issues we were having, by removing libduktape.so, which was not compatible.

Tests

I tested several calls, both Jitsi and WebRTC and they seemed to work.

Tested devices

  • Physical
  • Emulator
  • OS version(s): 16

Checklist

This should fix the 16KB page size issues we were having
@jmartinesp jmartinesp requested a review from bmarty March 4, 2026 11:54
@ElementBot

Copy link
Copy Markdown
Warnings
⚠️

vector/build.gradle#L140 - A newer version of androidx.media:media than 1.6.0 is available: 1.7.1

⚠️

vector/build.gradle#L141 - A newer version of androidx.transition:transition than 1.4.1 is available: 1.7.0

⚠️

vector/build.gradle#L144 - A newer version of org.threeten:threetenbp than 1.4.0 is available: 1.7.2

⚠️

vector/build.gradle#L212 - A newer version of androidx.browser:browser than 1.5.0 is available: 1.9.0

⚠️

vector/build.gradle#L215 - A newer version of com.nulab-inc:zxcvbn than 1.7.0 is available: 1.9.0

⚠️

vector/build.gradle#L236 - A newer version of nl.dionsegijn:konfetti-xml than 2.0.2 is available: 2.0.5

⚠️

vector/build.gradle#L244 - A newer version of com.posthog:posthog-android than 3.2.0 is available: 3.34.3

⚠️

vector/build.gradle#L250 - A newer version of androidx.emoji2:emoji2 than 1.3.0 is available: 1.6.0

⚠️

vector/build.gradle#L269 - A newer version of com.google.zxing:core than 3.3.3 is available: 3.5.4

⚠️

vector/build.gradle#L286 - A newer version of commons-codec:commons-codec than 1.15 is available: 1.21.0

⚠️

vector/build.gradle#L313 - A newer version of org.checkerframework:checker than 3.35.0 is available: 3.54.0

⚠️

vector/build.gradle#L337 - A newer version of org.jetbrains.kotlin:kotlin-reflect than 1.8.21 is available: 2.1.20

⚠️

vector/src/main/AndroidManifest.xml#L16 - READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO or READ_MEDIA_AUDIO.

⚠️

vector/src/main/AndroidManifest.xml#L185 - This intent filter has the format of an Android App Link but is missing the autoVerify attribute; add android:autoVerify="true" to ensure your domain will be validated and enable App Link-related Lint warnings. If you do not want clicked URLs to bring the user to your app, remove the android.intent.category.BROWSABLE category, or set android:autoVerify="false" to make it clear this is not intended to be an Android App Link.

⚠️

vector/src/main/AndroidManifest.xml#L194 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L209 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L239 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion

⚠️

vector/src/main/AndroidManifest.xml#L242 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion

⚠️

vector/src/main/AndroidManifest.xml#L296 - Expecting android:screenOrientation="unspecified" or "fullSensor" for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices

⚠️

vector/src/main/AndroidManifest.xml#L296 - Fixed screen orientations will be ignored in most cases, starting from Android 16. Android is moving toward a model where apps are expected to adapt to various orientations, display sizes, and aspect ratios.

⚠️

vector/src/main/AndroidManifest.xml#L305 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L312 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L318 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L447 - Exported receiver does not require permission

Generated by 🚫 dangerJS against 5df0953

@bmarty bmarty left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Jitsi call tested OK.

@bmarty bmarty merged commit 17b6ae5 into develop Mar 4, 2026
7 of 11 checks passed
@bmarty bmarty deleted the misc/bump-jitsi-to-v11.5.1 branch March 4, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants