Добавлен кастомный WebRTC AAR для CI + фиксы звонков
All checks were successful
Android Kernel Build / build (push) Successful in 18m55s
All checks were successful
Android Kernel Build / build (push) Successful in 18m55s
- libwebrtc-custom.aar закоммичен (был в .gitignore, CI использовал Maven без relative vtables → SIGSEGV) - Фикс ForegroundServiceDidNotStartInTimeException (safeStopForeground) - Фикс бесконечного "Exchanging keys" (ретрай KEY_EXCHANGE, auto-bind account) - Фикс "Unknown" при сбросе звонка (stop ForegroundService до сброса state) - Decline работает во всех фазах звонка
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
# Built application files
|
||||
*.apk
|
||||
*.aar
|
||||
# *.aar — кастомный WebRTC разрешён в app/libs/
|
||||
!app/libs/*.aar
|
||||
*.ap_
|
||||
*.aab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user