8 Commits

Author SHA1 Message Date
marianomartin
eb2f52fe8c [Catalog] Update dagger version, remove jetifier
context:  https://github.com/google/dagger/releases/tag/dagger-2.26
"Migrate dagger-android to AndroidX."
PiperOrigin-RevId: 318870298
2020-06-29 16:21:06 -04:00
dniz
9408d540ed [Gradle] Increase timeouts for network requests to 120 seconds
PiperOrigin-RevId: 312671052
2020-05-21 16:50:12 -04:00
dniz
cd37342329 [Gradle] Increase timeouts for network requests to help with build flakiness when downloading dependencies
PiperOrigin-RevId: 312532577
2020-05-20 17:15:27 -04:00
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