Skip to content

WebRTC-Abhängigkeit auf 1.3.10 aktualisiert für 16KB-Seitengröße#92

Closed
Android-PowerUser wants to merge 3 commits into
fix-double-command-executionfrom
andere-speicherseiten-auf-16kb
Closed

WebRTC-Abhängigkeit auf 1.3.10 aktualisiert für 16KB-Seitengröße#92
Android-PowerUser wants to merge 3 commits into
fix-double-command-executionfrom
andere-speicherseiten-auf-16kb

Conversation

@Android-PowerUser
Copy link
Copy Markdown
Owner

Motivation

  • Google Play lehnt APKs ab, wenn native .so-Segmente nur 4KB-seitig ausgerichtet sind; neuere WebRTC-Binaries liefern 16KB-Alignment und verhindern die Ablehnung.

Description

  • Aktualisiert die Abhängigkeit in app/build.gradle.kts und humanoperator/build.gradle.kts von io.getstream:stream-webrtc-android:1.1.1 auf io.getstream:stream-webrtc-android:1.3.10; es wurden keine Anwendungslogikdateien geändert.

Testing

  • Ausgeführt: ./gradlew :app:lintDebug :humanoperator:lintDebug (Lint stürzt ab wegen vorhandener Kotlin-Metadata-Inkompatibilität in litertlm-android:0.10.0, nicht durch diese Änderung verursacht), ./gradlew :app:assembleDebug (erfolgreich), ./gradlew :app:assembleDebug :humanoperator:assembleDebug (:app erfolgreich; :humanoperator schlägt fehl wegen fehlender humanoperator/google-services.json in dieser Umgebung) und mit readelf -l verifiziert, dass die im APK enthaltene libjingle_peerconnection_so.so nun Align 0x4000 (16KB) aufweist.

Codex Task

Copy link
Copy Markdown
Contributor

@amazon-q-developer amazon-q-developer Bot left a comment

Choose a reason for hiding this comment

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

This PR correctly updates the WebRTC dependency from version 1.1.1 to 1.3.10 in both build configuration files to address Google Play's native library alignment requirements. The changes are minimal, targeted, and have been tested to verify 16KB alignment of the native binaries. No blocking issues identified.


You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.

@Android-PowerUser Android-PowerUser deleted the branch fix-double-command-execution May 11, 2026 18:20
@Android-PowerUser Android-PowerUser deleted the andere-speicherseiten-auf-16kb branch May 11, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant