summaryrefslogtreecommitdiff
path: root/com
AgeCommit message (Collapse)Author
2022-07-18Revert "Remove an assortment of AGP prebuilts"Aurimas Liutikas
This reverts commit 748b26b2699b25e86eb8d1cb49b4350c0682de82. Reason for revert: Broke the build Change-Id: I0d9711c056e055a04c345d158ee8dd3df7565362
2022-07-18Remove an assortment of AGP prebuiltsAurimas Liutikas
Test: ./gradlew bOS --dry-run Change-Id: I8369bcc813e822786e02da78a1be3fd260f9922c
2022-07-14Remove unused dackka 0.0.16 jarTiem Song
Change-Id: I15edeb322ffcaac4d507d5acb629e81244eb00d6
2022-07-11Merge "Kotlin 1.7.10 binaries" into androidx-mainJim Sproch
2022-07-08Kotlin 1.7.10 binariesJim Sproch
Change-Id: Ic5e825e9bca58d24edfdd3d6161671753087e142
2022-07-07Add prebuilts for AGP 7.4.0-alpha08Aurimas Liutikas
Also deletes 7.4.0-alpha05 and 7.4.0-alpha07 Test: ./gradlew tasks Change-Id: I0acbc59cd8eb52620b959ac6e9d7a6716ac5d049
2022-06-30Merge "Add prebuilts for AGP 7.4.0-alpha07" into androidx-mainAurimas Liutikas
2022-06-29prebuilts for ios arm/x64/simulatorYigit Boyar
These prebuilts are imported via development/importMaven/importMaven.sh import-toml Bug: 237084431 Test: local collections build with ios targets Change-Id: Ib9a1c3cf2e4e1ed28c0c9fb160d0564853d7c343
2022-06-29Add prebuilts for AGP 7.4.0-alpha07Aurimas Liutikas
Test: usage in androidx Change-Id: I8f4ad6b2a87867f77fdb5da7fade1ab1b7254ed6
2022-06-22Add prebuilds for AGP 7.4.0-alpha05Aurimas Liutikas
Test: usage in androidx Change-Id: Iba76964616daf1405d8563689ff9c2a9abc652cd
2022-06-22Merge "Add prebuilts for gradle enterprise and custom user data plugins" ↵Treehugger Robot
into androidx-main
2022-06-22Merge "Import play-services-appindex to androidx/external prebuilts" into ↵Siddhartha Chhabra
androidx-main
2022-06-22Add prebuilts for gradle enterprise and custom user data pluginsAurimas Liutikas
Test: usage in androidx Change-Id: Ie419b945f1e039f7948d87b24205addd322444ab
2022-06-21Import play-services-appindex to androidx/external prebuiltsSiddhartha Chhabra
ran: ./development/importMaven/import_maven_artifacts.py -n 'com.google.android.gms:play-services-appindex:16.1.0' This library is a replacement for firebase-appindexing which was imported in https://android-review.googlesource.com/c/platform/prebuilts/androidx/external/+/1726230/ Bug: 205890624 Change-Id: Ib7cae46595997fb0dcb576e754a718721f84d316
2022-06-21Import KotlinPoet 1.12.0Daniel Santiago Rivera
Via: import_maven_artifacts.py -n com.squareup:kotlinpoet:1.12.0 import_maven_artifacts.py -n com.squareup:kotlinpoet-javapoet:1.12.0 Tes: ./gradlew bOS Change-Id: I3b90bcbb544f33c25826ac163ee59c78084e3143
2022-06-15Merge "Revert^2 "Kotlin 1.7.0 binaries"" into androidx-mainYigit Boyar
2022-06-14Revert^2 "Kotlin 1.7.0 binaries"Jim Sproch
16609eb45ad12605c1964d91d1111cf707cfb23f Change-Id: I0392365074487915a74b3296304e3c2374e211d0
2022-06-14Merge "Revert "Kotlin 1.7.0 binaries"" into androidx-mainAurimas Liutikas
2022-06-14Revert "Kotlin 1.7.0 binaries"Aurimas Liutikas
Revert "Upgrade to Kotlin 1.7.0" Revert submission 2097718-kotlin-1.7.0-Beta Reason for revert: Broke the build Reverted Changes: Ie3828e750:Kotlin 1.7.0 binaries I22c13fa32:Upgrade to Kotlin 1.7.0 Change-Id: Ia327e273eb32d59f165edf150cd3c4ce34ceb6b7
2022-06-14Merge "Kotlin 1.7.0 binaries" into androidx-mainAurimas Liutikas
2022-06-14Revert "Add prebuilts for AGP 7.4.0-alpha04"Aurimas Liutikas
Revert "Upgrade to AGP 7.4.0-alpha04" Revert submission 2123708-agp-7.4.0-alpha04 Reason for revert: broke the build flakily Bug: 235966443 Reverted Changes: I1f456ab96:Upgrade to AGP 7.4.0-alpha04 I8e62c1646:Add prebuilts for AGP 7.4.0-alpha04 Change-Id: I7d83510c63aec5ae04614d58a6c8b13301e1c81a
2022-06-13Kotlin 1.7.0 binariesJim Sproch
Change-Id: Ie3828e7509abc91de29136a0213580633e8b3232
2022-06-13Add prebuilts for AGP 7.4.0-alpha04Aurimas Liutikas
Test: usage in androidx Change-Id: I8e62c1646f4d87a13013b89dd48fa7302cfc7e4e
2022-06-10Upgrade to metalava ab/8670428Aurimas Liutikas
Test: usage in androidx Change-Id: I6335180124e77015afd76e4f1b94b2f83dc164ba
2022-06-09Add prebuilts for hilt 2.42Aurimas Liutikas
Test: usage in androidx Change-Id: Ifb7a367472ef5d694a27cbcaeea144ffa445f00b
2022-06-07Merge "Redownload ktlint 0.46.0-20220520.192227-74 with proper filenames" ↵Yigit Boyar
into androidx-main
2022-06-06redownload okio 3.0.0Yigit Boyar
Previous download had bad file names due to a bug in importMaven where it uses local file name instead of its repository URL. This CL redownloads okio with import maven 2 (which is WIP). There are also changes in windows files where they have carriage return line endings. I'm not sure what is correct but in the name of keeping these files true to their original sources, i thought it is better to keep the carriage return in them. Bug: n/a Test: CI Change-Id: I9b209a445a276e62146691c1663d49d572b08990
2022-06-03Redownload ktlint 0.46.0-20220520.192227-74 with proper filenamesYigit Boyar
importMaven currently doesn't preserve proper filenames, which means we cannot use the snapshot version as exact version in the toml file. This CL redownloads them with WIP importMaven2 which preserves those names. Bug: b/130834419 (for broken license files) Test: ./gradlew ktlint Change-Id: I5e81f0389558ae0a90f87730705bae6eeacdcd53
2022-06-01Merge "Import ktlint 0.46.0-SNAPSHOT (actual 0.46.0-20220520.192227-74)" ↵Treehugger Robot
into androidx-main
2022-05-31Add prebuilt for dackka 0.0.18Owen Gray
Test: linked CL Change-Id: I823bea092dd2f473f78b250e19883c1c201865f9
2022-05-27Import ktlint 0.46.0-SNAPSHOT (actual 0.46.0-20220520.192227-74)Daniel Santiago Rivera
Via import_maven_artifacts.py -n com.pinterest:ktlint:0.46.0-SNAPSHOT Bug: 231447570 Test: ./gradlew bOS Change-Id: Ic2391a3dfa9af1786712e0d8334bb5816fd030fc
2022-05-27Merge "Dagger 2.42 binaries" into androidx-mainTreehugger Robot
2022-05-26Dagger 2.42 binariesJim Sproch
Change-Id: I68302346a454c2ca4eb25cb8dc0c57142ba9129f
2022-05-26Merge "Add okio 3.0.0 prebuilts" into androidx-mainPaul Malolepsy
2022-05-26Merge "Add prebuilts for AGP 7.0.0" into androidx-mainTreehugger Robot
2022-05-25Add prebuilts for AGP 7.0.0Aurimas Liutikas
Test: usage in androidx Change-Id: I37265f966190d462aec1d8b303a27b7a1380438f
2022-05-25Add okio 3.0.0 prebuiltspaulmalolepsy
./development/importMaven/import_maven_artifacts.py -kmp -n'com.squareup.okio:okio:3.0.0' Change-Id: I9d23c593ae4eb42d3e563fb9e3c0a3a8a913f56a
2022-05-24Replacing custom gms dependency with the publicly available dependencyDaniel
The gms dependency that is used to develop the uwb module is now publicly available. Removing the custom dependency and adding the public dependency. Change-Id: Ib38cb36a8acfc08802ec6654a996ac15d7d526f3
2022-05-24Merge "Update com.google.android.material:material" into androidx-mainTreehugger Robot
2022-05-20Merge "Add signature files for protobuf-java 2.6.1" into androidx-mainAurimas Liutikas
2022-05-19Update com.google.android.material:materialZak Cohen
Update com.google.android.material:material to version 1.6.0 Bug: 233264525 Test: Update script Change-Id: Ia92eeb319bcbd2ab07966fa7dafe480245d2440e
2022-05-19Add prebuilts for Gradle enterprise plugin 3.10.1Aurimas Liutikas
Test: usage in androidx Change-Id: I14ec61ae3c2ce2afc9d3af4b090d4ff1f0d3f711
2022-05-18Add signature files for protobuf-java 2.6.1Aurimas Liutikas
Needed for android-accessibility-framework 2.1 Test: usage in androidx Change-Id: I5dcf000c0791b4315ebc7a355288a6ef38634802
2022-05-18Merge "Add prebuilts for Robolectric 4.8.1 and dependencies" into androidx-mainTreehugger Robot
2022-05-17Merge "Add prebuilts needed for espresso" into androidx-mainAurimas Liutikas
2022-05-17Add prebuilts for Robolectric 4.8.1 and dependenciesAlan Viverette
Bug: 232789914 Test: all robo tests Change-Id: I60eaa6ae0133ddb33213b1462874d1b05adae773
2022-05-15coroutines core multiplatform artifactsYigit Boyar
Bug: 232656831 Test: :collection:collection:allTests -Pandroidx.kmp.native.enabled=true Change-Id: I061b34da1a81c27d3e56c8160a7d0384b22f0dd3
2022-05-12Add AGP 7.4.0-alpha01 prebuiltsAurimas Liutikas
Test: usage in androidx Change-Id: I2e1161e64e0ef8a03f13e1b95b0d9230e95c2476
2022-05-11Add prebuilts needed for espressoAurimas Liutikas
Test: usage in androidx Change-Id: Ia1a760ae489fe47c9363f8afbee4b211557f921f
2022-04-30Merge "Add missing protoc pom files" into androidx-mainTreehugger Robot