commit | dcfa035a961fd1daabb7dcccf97d77fa2a006abf | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <[email protected]> | Mon Mar 14 16:05:33 2022 -0700 |
committer | Aurimas Liutikas <[email protected]> | Wed Mar 16 09:25:43 2022 -0700 |
tree | 5cba3928d0de9336087d8ad94192f9af1a844fd5 | |
parent | fbb17f3a62cb742e7b8f56cc3a19a776a480f86c [diff] [blame] |
Migrate from AndroidManifest to build.gradle for namespace AGP has deprecated use of packageName in AndroidManifest and instead wants everyone to use `android { namespace = "foo" }` in build.gradle files. Test: ./gradlew tasks -> still passes Change-Id: I4fa03cacc7214011f3797c36dcb76c2984c7bf52
diff --git a/benchmark/benchmark-macro-junit4/build.gradle b/benchmark/benchmark-macro-junit4/build.gradle index 94a62dc..7e462d5 100644 --- a/benchmark/benchmark-macro-junit4/build.gradle +++ b/benchmark/benchmark-macro-junit4/build.gradle
@@ -28,6 +28,7 @@ minSdkVersion 23 multiDexEnabled true } + namespace "androidx.benchmark.macro.junit4" } dependencies {