commit | cdcdfd0a75b595a3f757ee4cad85852edf130d1d | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Sun Nov 13 16:13:53 2016 +0000 |
committer | Chris Banes <chrisbanes@google.com> | Mon Nov 14 08:31:27 2016 -0800 |
tree | 45670eb39fa1fa428fabe4fa6e692beb50361b18 | |
parent | 6aa7a58554b14a54ac29b34b24d66c3579e01648 [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