Closed oorlov closed 3 years ago
Hi @Oorlov,
Thanks for the issue report. We'll release a patch to address this issue. For the moment, you can follow the instructions in the error message to include `tools:replace="android:allowBackup" as a workaround.
Thanks, @gwhelanLD
Hi @oorlov,
This should be resolved in the 3.1.1 release of the SDK.
Thanks for the report! @gwhelanLD
@gwhelanLD Thank you! It works well!
Describe the bug Release 3.0.0 added
android:allowBackup=true
back to the AndroidManifest.xml Because of this app developers have to usetools:replace="android:allowBackup"
as a workaround. In general libraries are not supposed to declare this specific flag (unless there is some special use for it? Maybe?)To reproduce
allowBackup=false
intoapplication
withinAndroidManifest.xml
implementation 'com.launchdarkly:launchdarkly-android-client-sdk:3.1.0'
to theapp/build.gradle
Expected behavior Adding
implementation 'com.launchdarkly:launchdarkly-android-client-sdk:3.1.0'
shouldn't cause build error due toallowBackup
conflictLanguage version, developer tools AndroidStudio 4.1.3
OS/platform OS X, but should be any