History log of /frameworks/support/compat/AndroidManifest.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c2d620da141276e6a01a9fa2077f5e29e3f684cb 20-Mar-2017 Chris Banes <chrisbanes@google.com> Move version metadata to <application>

Seems the manifest parsers on devices wants
<meta-data> to be within <application>.

Test: inspected built APK
BUG: 32171613

Change-Id: I3ad7bbeb0f2053d20dac2aa78c6aad523c683313
/frameworks/support/compat/AndroidManifest.xml
f7513065a3e7c0843477d370c09e86d088d6a465 05-Jan-2017 Aurimas Liutikas <aurimas@google.com> Bump minSdkVersion to API 14.

First step in moving minSdkVersion to API 14 for support library.

Bug: 32794064
Test: gradlew clean assemble assembleAndroidTest still works
Change-Id: I113834cc6e3c088cdf606a86fe7a35faa192b801
/frameworks/support/compat/AndroidManifest.xml
310f81dc46e0f0531a136e50314bc0352e56ac60 13-Nov-2016 Chris Banes <chrisbanes@google.com> 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
/frameworks/support/compat/AndroidManifest.xml
5ec99dd02a9c7fab574e0eeb713b0b0947a41d33 14-Nov-2016 Chris Banes <chrisbanes@google.com> Revert "Add support lib version meta-data to AndroidManifest.xml"

This reverts commit cdcdfd0a75b595a3f757ee4cad85852edf130d1d.

Change-Id: I51d7c254eed33262d9d91967b7d212ad514db016
/frameworks/support/compat/AndroidManifest.xml
cdcdfd0a75b595a3f757ee4cad85852edf130d1d 13-Nov-2016 Chris Banes <chrisbanes@google.com> 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
/frameworks/support/compat/AndroidManifest.xml
df153998b2e93117ec6fd9b799130a4fd7cc5960 04-May-2016 Kirill Grouchnikov <kirillg@google.com> Bump minSdk to 9 everywhere where it was < 9

Change-Id: Icebaa867824aa8eeda44206155670d5e390d35b3
/frameworks/support/compat/AndroidManifest.xml
3ac77bf186f87ecad4bf0063b2f6c4384efbd56a 27-Apr-2016 Kirill Grouchnikov <kirillg@google.com> Support module refactoring

* Splitting support-v4 into two modules, support-compat and support-core
* Adding a new library module named support-v4 that combines the two
together for backward compatibility support of existing projects
* support-compat has all Compat classes, their few direct dependencies
and all data structures in the .util package

Change-Id: Icd1b0ab3a5b61a8a2bf85bc274098f0a828963e0
/frameworks/support/compat/AndroidManifest.xml