summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Pollom <spollom@google.com>2021-04-07 10:42:27 -0700
committerScott Pollom <spollom@google.com>2021-04-07 10:42:27 -0700
commit067ef10d2622751f148477d80273c459f5348223 (patch)
tree6203f029fe83e64d12beea9248390d3615ab2af5
parent117075408cdd98dd03c038939ccbd3f6d2fcde09 (diff)
downloaddata-binding-067ef10d2622751f148477d80273c459f5348223.tar.gz
Add namespace to ViewBindingTestApp's test module
Bug: 170945282 Test: existing Change-Id: I1087da89ab9504d9330fe206de17ddd587be03de
-rw-r--r--integration-tests/ViewBindingTestApp/app-test/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/integration-tests/ViewBindingTestApp/app-test/build.gradle b/integration-tests/ViewBindingTestApp/app-test/build.gradle
index 649d6c02..9e7bca32 100644
--- a/integration-tests/ViewBindingTestApp/app-test/build.gradle
+++ b/integration-tests/ViewBindingTestApp/app-test/build.gradle
@@ -17,6 +17,8 @@
apply plugin: 'com.android.test'
android {
+ namespace 'com.example.viewbinding.test'
+
targetProjectPath ':app'
compileSdkVersion rootProject.latestCompileSdk