Android library for phone number verification feature in your app. Automatically copies verification code from SMS right into the app. Made by Stfalcon
These lines are autogenerated by Android Studio, and not required for android modules. Their presence leads to conflicts, when I try to redefine these options in my AndroidManifest.xml. So I need to do some weird workaround.
Hello!
Could you remove from your AndroidManifest.xml lines inside application tag:
android:allowBackup="true" android:label="@string/app_name" android:supportsRtl="true"
These lines are autogenerated by Android Studio, and not required for android modules. Their presence leads to conflicts, when I try to redefine these options in my AndroidManifest.xml. So I need to do some weird workaround.
Thank you