rohks
6015f052ba
Fix instrumentation tests not working via Gradle
...
PiperOrigin-RevId: 475560401
2022-10-19 22:54:45 +00:00
ibaker
21cab6124d
Annotate methods that always return this
with @CanIgnoreReturnValue
...
It's always safe to ignore the result of these methods, because the
caller already has a reference to the returned value.
PiperOrigin-RevId: 462388947
2022-07-25 22:19:11 +01:00
olly
b3a1dcfee9
Fix remaining releaseArtifactId renames
...
PiperOrigin-RevId: 404236349
2021-10-19 14:36:15 +01:00
gyumin
ff269403bf
Lower minSdkVersion to 16 for media2 extension
...
From media2 1.1.0, it supports API level 16 and above.
PiperOrigin-RevId: 358797986
2021-02-23 12:29:27 +00:00
olly
94a4b905c9
Make additional modules depend only on common
...
ControlDispatcher and DefaultControlDispatcher also need
to move to common for the UI module. As does PlaybackPreparer,
although that will be removed entirely in a future release.
PiperOrigin-RevId: 356467394
2021-02-09 13:59:41 +00:00
sungsoo
4907cf877a
Make media2 extension depend on androidx media2 1.1.0
...
Issue: #8011
#minor-release
PiperOrigin-RevId: 347288689
2020-12-14 10:19:03 +00:00
ibaker
2371b024dd
Switch to an 'api' dependency on Guava
...
The 'implementation' dependency causes problems when resolving
ListenableFuture in contexts that also include the
com.google.guava:listenablefuture:1.0 dependency.
Issue: #7905
Issue: #7997
Issue: #7993
PiperOrigin-RevId: 337093024
2020-10-17 01:34:15 +01:00
olly
bff7ac0dbe
Clean up some lint warnings
...
PiperOrigin-RevId: 331162350
2020-09-11 17:31:03 +01:00
olly
cdcb30ed21
Exclude Guava transitive annotation dependencies
...
PiperOrigin-RevId: 331148067
2020-09-11 16:01:15 +01:00
jaewan
02f8cdf1d9
Release media2 extension
...
PiperOrigin-RevId: 320351394
2020-07-09 08:28:14 +00:00