Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
A fix should be available in alpha05. Thanks for the bug report.
da...@google.com <da...@google.com>
il...@google.com <il...@google.com> #3
@2 Today I got a new version for this (alpha 5), but is it safe now to use firebase too? I remember it had an issue, which I could only fix by removing this line:
implementation "android.arch.work:work-firebase:1.0.0-..."
And it's the same for Java as it is for Kotlin, right?
I've tested it with firebase, and it seems to work fine on Android 4.4 and Android P.
implementation "android.arch.work:work-firebase:1.0.0-..."
And it's the same for Java as it is for Kotlin, right?
I've tested it with firebase, and it seems to work fine on Android 4.4 and Android P.
Description
Version used: 1.0.0-alpha03
Devices/Android versions reproduced on:
When enabling Safe Args on the project in
aapt correctly translates "@+id/navigation.xml" into R.id.navigation_xml. Safe Args should do the same.