History log of /frameworks/support/buildSrc/build_dependencies.gradle
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a64f1ce99a4f2c5e3aa75cf90394ee3786939277 18-May-2018 Aurimas Liutikas <aurimas@google.com> Move to AGP 3.2.0 alpha16

This fixes a lint bug and allows us to enable parallel builds again.

Test: ./gradlew buildOnServer
Change-Id: I0da98ac5696d8647c4c5f86f5e21a854d0dad962
/frameworks/support/buildSrc/build_dependencies.gradle
2b989db3818f77073cc8698e5cab2be03ad47acf 17-May-2018 Aurimas Liutikas <aurimas@google.com> Move to AGP 3.2.0 alpha 15

Test: ./gradlew buildOnServer
Change-Id: I84ceba45edd925c256d733992f6c690fd1198e2c
/frameworks/support/buildSrc/build_dependencies.gradle
7f7a6e75db5e431d72927da9f705bb7976d0e469 01-May-2018 Yigit Boyar <yboyar@google.com> resolve merge conflicts of 470f5b14fe734bf35294404d02bd2304a30d1c4e to pi-preview1-androidx-dev

BUG: None
Test: I solemnly swear I tested this conflict resolution.
Change-Id: I45bffee2173ae1f82ad6bf74916334348bbcd3e4
470f5b14fe734bf35294404d02bd2304a30d1c4e 30-Apr-2018 Yigit Boyar <yboyar@google.com> Move to kotlin 1.2.41

This also updates kotlin metadata to 1.4.0 which brings removes
dependency on kotlin compiler to avoid future brekages.

I've locally tested a project w/ kotlin 1.2.20 and 1.2.0 to
ensure that kotlin-metadata is backwards compatible.

Also updated room version to rc1

Bug: 78328708
Test: existing tests pass
Change-Id: If183595d748490daa4db4d0295d725a1f24e9007
/frameworks/support/buildSrc/build_dependencies.gradle
79d1f3eec2a415438561316ddc06e7b42626f773 23-Apr-2018 Aurimas Liutikas <aurimas@google.com> Update to AGP 3.2.0-alpha13

This fixes the issue of R.txt generation.

Test: ./gradlew buildOnServer works locally
Change-Id: I753098c5203ae0e1eefeb895fee3ac39d1a3e9cf
/frameworks/support/buildSrc/build_dependencies.gradle
ca9b992a41a9888b5699e6d5865321df1d423ad7 03-Apr-2018 Aurimas Liutikas <aurimas@google.com> Move to using AGP 3.2.0-alpha09

Test: ./gradlew buildOnServer
Change-Id: Iefb140bb8557527d782df0e16a509ca6217802bd
/frameworks/support/buildSrc/build_dependencies.gradle
eb3466e45835d27ad04fa7c63a7a23062636f0df 27-Mar-2018 Aurimas Liutikas <aurimas@google.com> Move to AGP 3.2.0-alpha

- Move to new plugin
- Reenable lint
- Remove adding lint to classpath as it is not needed.

Test: ./gradlew assembleDebug
Change-Id: I642927248541a2bfd483e6ffea3d604827494373
/frameworks/support/buildSrc/build_dependencies.gradle
690af2590278a6360acda9e4569c1920f4f652c6 20-Mar-2018 Aurimas Liutikas <aurimas@google.com> Remove all uses of our homebrew jetifier plugin.

Note: this disables SupportLeanbackJank from building
until we can migrate to AGP that supports jetifier.

Bug: 74817223
Test: None
Change-Id: Ib47221bd854b978e2bb3145491592c3cff053432
Merged-In: Ib47221bd854b978e2bb3145491592c3cff053432
/frameworks/support/buildSrc/build_dependencies.gradle
271d4eee9291d799176820ecdd669998c29e5237 08-Mar-2018 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Enable updating lint via environment variable"
db2929e85e79e20d7655fa5536c17bec0137b3be 07-Mar-2018 Jeff Gaston <jeffrygaston@google.com> Enable updating lint via environment variable

Because the new lint is dependent on the new gradle plugin,
any build that wants to run lint must also override the
gradle plugin and lint plugin versions

Bug: 74342652
Test: GRADLE_PLUGIN_VERSION=3.2.0-alpha05 \
LINT_PLUGIN_VERSION=26.2.0-alpha05 ./gradlew lintRelease

Change-Id: Ie998f7318af13c9f8ae9f0d556b84f3914ee7394
/frameworks/support/buildSrc/build_dependencies.gradle
ac5fe7c617c66850fff75a9fce9979c6e5674b0f 06-Mar-2018 Aurimas Liutikas <aurimas@google.com> Refactor support library

Test: None
Change-Id: I92e450c739fc9d77e8f8840bed4165ab88247fd6
/frameworks/support/buildSrc/build_dependencies.gradle
f27b1ffc67228d73326ec3426fef4c9db75cd6fd 06-Mar-2018 Aurimas Liutikas <aurimas@google.com> Revert "Refactor support library."

This reverts commit b31c3281d870e9abb673db239234d580dcc4feff.

Change-Id: Icfa5b9af633739ad2c857dff22a2181bac6661ef
/frameworks/support/buildSrc/build_dependencies.gradle
b31c3281d870e9abb673db239234d580dcc4feff 20-Feb-2018 Aurimas Liutikas <aurimas@google.com> Refactor support library.

Test: None
Change-Id: I11a047324832801555673dac45ec1d6590a6338b
/frameworks/support/buildSrc/build_dependencies.gradle
7fb397e5700a91aba458df7f45b047ec00495b66 16-Feb-2018 Jake Wharton <jakew@google.com> Update to error-prone 2.2.0.

Test: ./gradlew aEP
Change-Id: I71c9ab8aa7695420a8ff6af3e96d21ae99b449a1
/frameworks/support/buildSrc/build_dependencies.gradle
9e828633846e3c3ff9738dbc567fe16c05e5d1b4 06-Feb-2018 Yigit Boyar <yboyar@google.com> Read kotlin parameter names from Kotlin Metadata

This is a "best effort" CL to read kotlin metadata in classes using a
3rd party library. They are technically part of kotlin API so safe
to read but JB does not provide a library so there is no future
compatibility guaratees (though it uses protobuf so needs to be somewhat
backwards compatible).

This CL uses the library under paranoid checks so that if something
goes wrong, normal compilation wont fail, only this feature will.

Bug: 67181813
Test: KotlinTestApp#DependecyDaoTest
Change-Id: I5316b0ecb04addd22a6e881024036106124c001a
/frameworks/support/buildSrc/build_dependencies.gradle
7495cc1aeed6f4e82172628496bfb179d79d2b90 05-Jan-2018 Jake Wharton <jakew@google.com> Force all Kotlin artifacts on the classpath to be the expected version.

Test: gw --stop && gw clean (Observe absence of Kotlin version warning)
Change-Id: If03bae18de2e86f1adc3df532374a162d1180d7c
/frameworks/support/buildSrc/build_dependencies.gradle
6319e4c19b19f2e680dd8636b12d94fadcab8201 19-Dec-2017 Aurimas Liutikas <aurimas@google.com> resolve merge conflicts of fbc76f93f0fe94924515a34654387c1dea5162af to oc-mr1-jetpack-dev

Change-Id: Ic91088077f8242ba6358beb9e9167f99cdabc34b
fbc76f93f0fe94924515a34654387c1dea5162af 19-Dec-2017 Aurimas Liutikas <aurimas@google.com> Merge "Move jdiff and doclava to be composite build dependencies." into oc-mr1-support-27.0-dev
a00313a33fd6e2f365a88def852148a0a675534c 19-Dec-2017 Aurimas Liutikas <aurimas@google.com> resolve merge conflicts of 6606da434d2e753630de4d2a2eded671236dde09 to oc-mr1-jetpack-dev

Test: None
Change-Id: Idaac968dede150ce62508aef461012adeb2d5d91
419f9933072597260aa579c9b6277689f37644bc 18-Dec-2017 Aurimas Liutikas <aurimas@google.com> Move jdiff and doclava to be composite build dependencies.

Test: ./gradlew buildOnServer
Change-Id: I39420d22cae3ab082b3f7b005aff246155cebe5a
/frameworks/support/buildSrc/build_dependencies.gradle
7cf3497202e1dcc1182d21908399b15b78ad50e1 18-Dec-2017 Aurimas Liutikas <aurimas@google.com> Move to a cleaner way of creating Jacoco Ant Uber Jar.

We were relying on an internal Android Gradle Plugin class
that got removed for AGP 3.1. This change moves us to using a proper
way of creating the Jacoco Ant uber jar.

Test: ./gradlew buildOnServer

Change-Id: I33f4705699a21bec2bf608d374100b553439f9f9
/frameworks/support/buildSrc/build_dependencies.gradle
36601c6d7e658b01b07ddecb0de4f0a6e59f888c 14-Dec-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Adds jetifier plugin dependency into supportLib." into oc-mr1-jetpack-dev
62d3e1d861157acde404100bd2e1e1e99b228ef0 29-Nov-2017 Aurimas Liutikas <aurimas@google.com> Migrate the rest of the dependencies to Kotlin.

Test: ./gradlew tasks in both support and app-toolkit
Change-Id: I39a43e4dd6ec19296ae8a9c93f2010a3b0a44c7d
/frameworks/support/buildSrc/build_dependencies.gradle
1187af179548ec77790c443f0fd980d9ddf647c3 29-Nov-2017 Aurimas Liutikas <aurimas@google.com> Migrate the rest of the dependencies to Kotlin.

Test: ./gradlew tasks in both support and app-toolkit
Change-Id: I39a43e4dd6ec19296ae8a9c93f2010a3b0a44c7d
/frameworks/support/buildSrc/build_dependencies.gradle
f61a6d888527e574b9d32a00b15c7731e84988a9 29-Nov-2017 Filip Pavlis <pavlis@google.com> Adds jetifier plugin dependency into supportLib.

Test: N/A
Bug: b/64833662
Change-Id: I767101d9f72314827a581582a11194c7f3e49599
/frameworks/support/buildSrc/build_dependencies.gradle
b88cc9c7d5e92f0dd6367170be18c32bc2024c00 01-Dec-2017 Jake Wharton <jakew@google.com> Update to Kotlin 1.2.0.

Test: ./gradlew clean build
Change-Id: I6df392a7e76def7845ce23f0146e083e65d0c0d1
/frameworks/support/buildSrc/build_dependencies.gradle
1a1fd4666aa173b869e1ddf8286808520b554a7c 23-Nov-2017 Aurimas Liutikas <aurimas@google.com> Update to using newer ErrorProne and supress new warnings.

Test: ./gradlew assembleErrorProne
Change-Id: I5aee864254bad69c6b4e19fa729f736a88a03cb0
/frameworks/support/buildSrc/build_dependencies.gradle
90a5b821307ec0d671efb74ba0089cbdbca52b32 13-Nov-2017 Aurimas Liutikas <aurimas@google.com> Start using kotlin 1.1.51.

Test: None
Change-Id: Iba07554aa9245e47dd973316b09446d72a5c88bb
/frameworks/support/buildSrc/build_dependencies.gradle
70a2e824de4c6808e5bad702a5028408f684ca23 03-Nov-2017 Sergey Vasilinets <sergeyv@google.com> Add kotlin to buildSrc

Test: ./gradlew createArchive
Change-Id: I8008df712adce884b022ee75343b38d52895717e
(cherry picked from commit 6aa53caa4aafa737248511e64e32342bd88a0635)
/frameworks/support/buildSrc/build_dependencies.gradle