8 Commits

Author SHA1 Message Date
Ernest Zamelczyk
7d6ba16eee Moved sdk version constraints from Manifest to build script
Resolves https://github.com/material-components/material-components-android/pull/507
Resolves https://github.com/material-components/material-components-android/issues/506

GIT_ORIGIN_REV_ID=16d00c5166222c30607932f42f6758d1a10984b0
PiperOrigin-RevId: 263825498
2019-08-16 16:23:43 -04:00
dniz
a48c0cb3ba Move lib/AndroidManifest.xml into lib/java/android/support/design
PiperOrigin-RevId: 185918155
2018-03-12 12:42:08 -04:00
dniz
c31ef1f1d7 Update Gradle and Maven configurations
PiperOrigin-RevId: 183872033
2018-03-02 14:58:51 -05:00
afohrman
75204528b9 Reformat layout files in lib directory.
Most of the layout files were not following our code style and followed an attribute ordering scheme that didn't make very much sense (ex: putting an attribute's format before its name).

Reformatting these files in a separate commit will help prevent formatting changes distracting from the main point of commits.

PiperOrigin-RevId: 162670506
2017-09-21 13:00:16 -04:00
Aurimas Liutikas
96436e4d8d Bump minSdkVersion to API 14.
First step in moving minSdkVersion to API 14 for design library.

Bug: 32794064
Test: gradlew clean assemble assembleAndroidTest still works
Change-Id: I113834cc6e3c088cdf606a86fe7a35faa192b801
PiperOrigin-RevId: 151608161
2017-04-12 17:21:22 -07:00
Chris Banes
5bdb7a3b41 Revert "Add support lib version meta-data to AndroidManifest.xml"
This reverts commit cdcdfd0a75b595a3f757ee4cad85852edf130d1d.

Change-Id: I51d7c254eed33262d9d91967b7d212ad514db016

GitOrigin-RevId=5ec99dd02a9c7fab574e0eeb713b0b0947a41d33

PiperOrigin-RevId: 141508608
2016-12-12 16:03:15 -08:00
Chris Banes
eecadb18a9 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

GitOrigin-RevId=cdcdfd0a75b595a3f757ee4cad85852edf130d1d

PiperOrigin-RevId: 141508186
2016-12-12 16:03:11 -08:00
travisc
0625dfe0e9 Setup a basic gradle build.
Any interaction with Maven is missing, and docs/API txt's are not currently
generating. These will be done in future CLs.

PiperOrigin-RevId: 141363143
2016-12-12 16:01:31 -08:00