Fixed
Status Update
Comments
xo...@google.com <xo...@google.com>
vi...@google.com <vi...@google.com>
tn...@google.com <tn...@google.com> #2
Okay. I tried a bunch of agp+android studio versions
The last working version was classpath("com.android.tools.build:gradle:7.4.0-alpha06")
once I moved to
classpath("com.android.tools.build:gradle:7.4.0-alpha07")
then things start breaking on firebase app dist.
va...@gmail.com <va...@gmail.com> #3
Scott, assigning to you as it seem to complain the zip is not aligned while packaging which is very puzzling considering the steps...
Description
The following code:
get's flagged by Lint:
It probably only sees the
>= 30
check but not the parent if statement that checks for>= 28
.AGP: 7.2.2