Larry Safran
ed71b0a520
Update README etc to reference 1.52.0 ( #9815 )
2023-01-13 12:44:21 -08:00
Eric Anderson
eb391fd66c
Bump to Gradle 7.6 and update plugins
...
As normal, Android versions weren't touched as it tends to be special to
upgrade.
The errorprone plugin handles errorproneJavac for us now, since it
hasn't changed in five years. VERSION_CATALOGS is already enabled by
default and graduated out of preview.
Fixes #9802
2023-01-11 08:17:17 -08:00
Eric Anderson
58ba73205a
README.md: Update support docs, OkHttp server, binder
2022-11-28 11:06:01 -08:00
Sergii Tkachenko
775d79b0eb
Update README etc to reference 1.51.0
2022-11-17 13:22:25 -08:00
Sanjay Pujare
4cb090145b
Update README etc to reference 1.50.2
2022-10-20 17:36:54 -07:00
Sergii Tkachenko
6f3c915267
Update README etc to reference 1.50.1
2022-10-19 11:20:08 -07:00
Eric Anderson
6904f88a7d
Update README etc to reference 1.50.0
2022-10-13 07:50:08 -07:00
Terry Wilson
df0a4bdc1b
Update README etc to reference 1.49.2 ( #9588 )
2022-10-04 15:16:09 -07:00
Terry Wilson
bd33af2dde
Update README etc to reference 1.49.0 ( #9487 )
2022-08-24 12:11:08 -07:00
yifeizhuang
050cdb14fe
Update README etc to reference 1.48.1
2022-08-02 15:47:29 -07:00
yifeizhuang
03abe8a088
Update README etc to reference 1.48.0 ( #9401 )
2022-07-20 15:36:22 -07:00
Minsoo Cheong
1f1712c67c
Update README.md broken link
2022-07-07 07:25:07 -07:00
Sergii Tkachenko
1b620847ad
Update README etc to reference 1.47.0, protobuf plugin 0.8.18
2022-06-02 12:02:16 -07:00
Eric Anderson
0c642581e6
Update README etc to reference 1.45.1
2022-03-30 10:01:09 -07:00
Terry Wilson
3fe2f8e4ff
Update README etc to reference 1.45.0
2022-03-10 10:25:32 -08:00
sanjaypujare
80a2ca686f
Update README etc to reference 1.44.1 ( #8932 )
2022-02-18 16:30:42 -08:00
yifeizhuang
5635c6cb44
Update README etc to reference 1.44.0
2022-01-27 20:24:11 -08:00
Daniel Norberg
24e345c06d
readme: grpc-netty-shaded runtime scope
...
We should recommend runtime scope for grpc-netty-shaded.
https://github.com/grpc/grpc-java/issues/8606#issuecomment-1004504316
2022-01-04 15:39:19 -08:00
ZHANG Dapeng
86ca55483b
Update README etc to reference 1.43.1 ( #8775 )
2021-12-21 15:18:52 -08:00
ZHANG Dapeng
282a62e418
Update README etc to reference 1.43.0 ( #8760 )
2021-12-15 10:27:01 -08:00
yifeizhuang
71c5eb07d3
Update README etc to reference 1.42.1 ( #8694 )
2021-11-12 16:54:35 -08:00
Sergii Tkachenko
d548a35ab9
Update README etc to reference 1.42.0
2021-11-05 13:01:50 -04:00
ZHANG Dapeng
2e87cd6ae3
Update README for Android API level ( #8620 )
...
We dropped support for Android API levels <19 in #8583
2021-10-20 17:56:53 -07:00
Eric Anderson
e76efbb5da
Update README etc to reference 1.41.0
2021-09-22 16:50:35 -07:00
ZHANG Dapeng
8a5694b7f8
Update README etc to reference 1.40.1 ( #8448 )
2021-08-25 10:58:42 -07:00
yifeizhuang
90606abdf1
Update README etc to reference 1.40.0
2021-08-17 15:03:54 -07:00
Chengyuan Zhang
f2ed41aca0
Bump Protobuf Gradle Plugin to 0.8.17 ( #8336 )
2021-07-21 19:30:38 -07:00
ZHANG Dapeng
f86dc6c89f
Update README etc to reference 1.39.0 ( #8298 )
2021-06-30 09:23:15 -07:00
Eric Anderson
50012832de
Bump Protobuf Gradle Plugin to 0.8.16
...
This version works around a warning about DuplicateStrategy in Gradle 6
that will be an error in Gradle 7 caused by [a bug in the plugin][1].
Bumping the version makes a clean build with `--warning-mode all` (at
least if skipping Android and codegen).
[1]: https://github.com/google/protobuf-gradle-plugin/issues/470
2021-06-04 07:55:58 -07:00
Eric Gribkoff
465c932b41
Update README etc to reference 1.38.0 ( #8189 )
2021-05-19 00:09:36 -07:00
Chengyuan Zhang
fd8964f7d1
Update README etc to reference 1.37.1 ( #8179 )
2021-05-14 12:42:28 -07:00
Sergii Tkachenko
1b996b171b
Update README etc to reference 1.37.0
2021-04-08 12:34:06 -04:00
Eric Anderson
cfe7d7c00d
Add Codecov.io badge for code coverage
...
We find codecov.io generally more useful than coveralls.io, so make it a
bit easier to dig into the coverage.
We put it second simply because when people think "test coverage"
without any other details they (rightly) generally assume line coverage;
condition coverage is generally a separate metric. Codecov uses a
combined line+condition coverage metric which is pretty nice, but
if you are unfamiliar with it it appears like code coverage is lower
than it actually is.
2021-02-26 15:19:16 -08:00
Eric Anderson
ae574434ee
Update README etc to reference 1.36.0
2021-02-24 10:51:14 -08:00
Chengyuan Zhang
f4ef5acfd9
gradle, README: Bump protobuf-gradle-plugin version to 0.8.15 ( #7891 )
2021-02-11 15:41:18 -08:00
Eric Anderson
f0cf435b85
README.md: Document protobuf-gradle-plugin config for lite
...
This is part of the examples and other documentation, but a user
starting with the README would find things not working and it be very
unclear why.
Realized this was an issue because of
https://stackoverflow.com/q/66028045/4690866 .
2021-02-03 13:07:23 -08:00
Eric Gribkoff
3b03d317cd
Update README etc to reference 1.35.0 ( #7804 )
2021-01-13 19:34:33 -08:00
Eric Anderson
d10d4a6a65
Update README etc to reference 1.34.1
2020-12-15 12:45:28 -08:00
Chengyuan Zhang
9b276aa73a
Update README etc to reference 1.34.0
2020-12-01 15:47:37 -08:00
Chengyuan Zhang
e136d8bdeb
gradle, README: Bump protobuf-gradle-plugin version to 0.8.14 ( #7640 )
2020-11-23 11:01:34 -08:00
Sergii Tkachenko
bb6679eec7
Update README etc to reference 1.33.1
2020-11-02 14:21:41 -05:00
ZHANG Dapeng
0b6e6e5fd5
Update README etc to reference 1.33.0
2020-10-20 19:31:38 -07:00
Chengyuan Zhang
da100e8e49
build, examples, README.md: Update protobuf gradle plugin version to 0.8.13 ( #7355 )
...
Updated protobuf gradle plugin version to 0.8.13. Fixed Android Kokoro's memory issue by forcing to use a new Gradle daemon for building the previous commit.
2020-09-21 10:42:06 -07:00
Eric Anderson
49e47a4089
Update README etc to reference 1.32.1
2020-09-10 14:50:48 -05:00
Eric Anderson
4185081fd6
Update README etc to reference 1.31.1
2020-08-13 10:01:52 -07:00
Patrice Chalin
e19bdf33b1
README: link to v1.31.0 example directories
...
Followup to #7267 . The rest of the README page refers to v1.31.0, so it would seem reasonable to link to the example folders of v1.31.0 too -- rather than v1.30.0.
@ejona86
2020-08-12 10:15:06 -07:00
Eric Gribkoff
de36e42458
Update README etc to reference 1.31.0 ( #7267 )
2020-07-30 08:50:21 -07:00
Eric Gribkoff
9eb33838ad
Update minimum Android API in README ( #7265 )
2020-07-29 14:55:24 -07:00
Sanjay Pujare
158e98f982
Update README etc to reference 1.30.2
2020-06-23 16:03:09 -07:00
Chengyuan Zhang
3b81701c77
Update README etc to reference 1.30.1 ( #7154 )
2020-06-23 15:24:06 -07:00