Fixed
Status Update
Comments
sg...@google.com <sg...@google.com>
bl...@google.com <bl...@google.com>
bl...@google.com <bl...@google.com> #2
As I understand it, we need to migrate namespace definitions both from AndroidManifest.xml
and from implicit definitions from applicationId
/ testApplicationId
? Is that right? So an 8.0 project would have a
namespace <n>
testNamespace <tn>
where <n> is taken from AndroidManifest.xml
package
definitions if present, and applicationId
if not, and <tn>
is testApplicationId
if present and <n>.test
if not?
an...@google.com <an...@google.com> #3
Sorry for the confusion. AGP would change how it computes the namespace for the androidTest variant. All the Upgrade assistant would need to do is update the source code for the import of the R
class.
Description
DESCRIBE THE ISSUE IN DETAIL:
ChecksSdkIntAtLeast
does not work when set on a property constructor (lint warning).STEPS TO REPRODUCE:
Studio Build: #AI-221.6008.13.2211.9113387 Version of Gradle Plugin: 7.3.0 Version of Gradle: 7.5.1 Version of Java: 11 OS: MacOS 12.6