wonderpush / wonderpush-cordova-sdk

Cordova SDK for WonderPush − Advanced push notification service for mobile applications and Websites. High volume, fast delivery and full-featured starting €1/month.
https://www.wonderpush.com
7 stars 6 forks source link

LocalBroadcastManager not found on android.support.v4 #4

Closed jonathangomz closed 2 years ago

jonathangomz commented 4 years ago

When I open the project on Android Studio it cannot find the module on the WonderPushPlugin.java file like:

import android.support.v4.content.LocalBroadcastManager

I have to use this other path:

import androidx.localbroadcastmanager.content.LocalBroadcastManager;

I don't know if this is a general problem or a specific one. Or even if it's a solution.

ofavre commented 2 years ago

We have migrated to AndroidX, thanks for reporting. Closed by bbd66bf2d939ec71e99e34f25ea3e6d6886e2bb6.