aboutsummaryrefslogtreecommitdiff
path: root/system/RuntimePermissionsBasic
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2016-06-15 18:45:15 -0700
committerTrevor Johns <trevorjohns@google.com>2016-06-15 18:45:15 -0700
commit671a3a0d4c4be1151833ffdbabd130432a2d0b94 (patch)
tree53ec085f272b6bb27498d4704d3cfcd968232e4d /system/RuntimePermissionsBasic
parent00dbd3e4a519fc87189ecb3e41ddff6be6765ba9 (diff)
downloadandroid-671a3a0d4c4be1151833ffdbabd130432a2d0b94.tar.gz
samples: Remove duplicate appcompat-v7 declarations
Some samples were manually declaring appcompat-v7 as a dependency, even though this often gets injected automatically due to a template. Remove this dependency as needed. Change-Id: Idac1969032624da9df9acf53c4de8f1eed3e69fc
Diffstat (limited to 'system/RuntimePermissionsBasic')
-rw-r--r--system/RuntimePermissionsBasic/template-params.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/RuntimePermissionsBasic/template-params.xml b/system/RuntimePermissionsBasic/template-params.xml
index 89000913..e5c64ca3 100644
--- a/system/RuntimePermissionsBasic/template-params.xml
+++ b/system/RuntimePermissionsBasic/template-params.xml
@@ -21,7 +21,6 @@
<minSdk>15</minSdk>
- <dependency>com.android.support:appcompat-v7:24.0.0-beta1</dependency>
<dependency>com.android.support:support-v4:24.0.0-beta1</dependency>
<dependency>com.android.support:design:24.0.0-beta1</dependency>