You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tuantvu
Because of some dependencies like org.jitsi.meet.sdk.ConnectionService, org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService and org.jitsi.meet.sdk.JitsiMeetActivity, android:exported hasn't been mentioned in their activity or service, we can't run the project for android API 31 and getting this error: Manifest merger failed : android:exported needs to be explicitly specified for <service>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
When do you think it will be updated to the new versions of dependencies?
Dependency Information
Name: gradle-wrapper.properties
Version: distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip
Name: build.gradle
Version: dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
}
Platform
Reason for upgrade
Conform to official Jitsi meet example
Provide additional context
https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/android/java/JitsiSDKTest
The text was updated successfully, but these errors were encountered: