I am using sms-retriver for getting app hash string and I'm getting an error
package android.support.annotation does not exist
And I resolved this error by changing
import android.support.annotation.NonNull;
above code to the below code
import androidx.annotation.NonNull;
The change is happening in the file path
android\capacitor-cordova-android-plugins\src\main\java\com\codingsans\ionic\smsRetriever\AndroidSmsRetriever.java
This file is not able to push into repository and getting the same error in the ionic hub.