commit | 310f81dc46e0f0531a136e50314bc0352e56ac60 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Sun Nov 13 16:13:53 2016 +0000 |
committer | Aurimas Liutikas <aurimas@google.com> | Wed Jan 04 13:19:08 2017 -0800 |
tree | 23260bed545bdb1e8b9d5141e1a0ea331347cc6c | |
parent | df62e865f7ba52a83f4a9b25a620e0d709feb9ee [diff] |
Add support lib version meta-data to AndroidManifest.xml Any resulting app built with the support lib from Gradle will have a meta-data tag added to their AndroidManifest.xml, for example: <meta-data android:name="android.support.VERSION" android:value="25.1.0" /> The value is automatically populated via the magic of the Gradle build system. BUG: 32171613 Test: manual (generate APK and inspect in AS APK Analyzer) Change-Id: I51cf646b32a15d93105560115f1fee2a71d35e35