5 Commits

Author SHA1 Message Date
Dmitry Nevedomsky
562aaee0b2 [Gradle] Disable warnings on project configuration step
Resolves https://github.com/material-components/material-components-android/pull/552

GIT_ORIGIN_REV_ID=df5eb96165542c05459cded323d9df7dcbdd4235
PiperOrigin-RevId: 271621221
2019-09-27 16:03:14 -04:00
marianomartin
907d9daa46 Enable parallel build on gradle
PiperOrigin-RevId: 263789107
2019-08-16 16:22:25 -04:00
marianomartin
238c15759f Migrating to roboelectric 4.1
We were in 3.3.2 so doing a few changes from:
http://robolectric.org/migrating/

- Replaced RuntimeEnvironment.application with ApplicationProvider#getApplicationContext()
- Added android.enableUnitTestBinaryResources=true
   This throws a warning but the release notes say that it can be safely ignored and will
   be fixed in Gradle Plugin 3.4
- Removed @Config(manifest=...) from test
- Added dependencies.
- Added tools:overrideLibrary="androidx.test.core" to use a lower sdk

PiperOrigin-RevId: 226190528
2018-12-21 11:26:40 -05:00
cketcham
dc72aaeed4 Migrate Gradle build and sources to androidx
PiperOrigin-RevId: 225551505
2018-12-21 11:07:45 -05:00
travisc
5effa7d71f Add gradle wrapper and associated files, restructure top-level directories.
This new structure will allow for a top-level gradle file and a multi-project
build (which is a more typical structure for things). In the future, it will
allow us to place other projects in here as well (such as sample applications).

PiperOrigin-RevId: 141247594
2016-12-12 16:01:26 -08:00