Slackbot
02/01/2023, 2:37 PMDaniel B Duval
02/01/2023, 3:47 PMnamespace
attribute in your application build script. It’s under the android block
The other is to put the package:name=""
in the <manfiest />
tag in your application’s androidmanifest.xml.
I’d suggest doing the first way as with AGP 8, package=
in the <manifest />
tag is not allowed anymore and you will want to have both namespace and testNamespace defined in your build script.