summaryrefslogtreecommitdiff
path: root/extensions-support/gradle.properties
AgeCommit message (Collapse)Author
2020-01-21Major cleanup for binding integration testsYigit Boyar
* removed v1 * changed init script ot use an older verion of gradle for projects that build with older versions of AGP * created run_all_integration_tests.sh to easily run all tests Bug: 147927858 Test: run_all_integration_tests.sh Change-Id: I93e55988a6885a0a29098387f5c5bb664c02913a
2018-03-30Data Binding Android X supportYigit Boyar
This CL adds partial support for Android X. We duplicate baseLibrary and extensions (runtime libs) to have copies that are in the androidX namespace. Gradle picks the right version to include based on shared androidX flag. Right now, we have only 1 test that use androidX (DataBindingIncrementalTest) so all other tests still use the old package. I'll add testing for androidX in a followup CL. Bug: 77166878 Test: existing tests pass Change-Id: I77ec65b872cae0821513ca78ef9b6ab1b0300ed1