rohks
4c29eee330
Switch incorrectly configured native multidex to legacy
...
Native multidex can only be used for binaries with minSdkVersion of 21 or higher, but minSdkVersion was specified to 16.
PiperOrigin-RevId: 470003836
(cherry picked from commit 5b3f320230 )
2022-08-25 16:07:42 +00:00
ibaker
878279425b
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
(cherry picked from commit 2deb435625 )
2022-07-21 15:24:07 +00:00
ibaker
af91fdbf54
Add @deprecated javadoc to all @Deprecated @Override methods
...
This ensures the 'use X instead' message is easily visible in the
generated HTML for the overriding method. Currently it's not, e.g.:
https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/BasePlayer.html#getCurrentWindowIndex()
#minor-release
PiperOrigin-RevId: 452002224
(cherry picked from commit b8ca5b8951 )
2022-05-31 13:51:49 +00:00
ibaker
c83a28f260
Remove references to deprecated DefaultDataSourceFactory from dev guide
...
#minor-release
PiperOrigin-RevId: 436997521
2022-03-24 15:13:09 +00:00
ibaker
fe8996e634
Allow stable API users to customise the DataSource used
...
Also stabilise the 3 HTTP-based DataSource implementations:
* DefaultHttpDataSource
* OkHttpDataSource
* CronetDataSource
PiperOrigin-RevId: 436690643
2022-03-23 10:05:27 +00:00
Ian Baker
38717ce969
Reformat some javadoc
2022-02-18 14:54:02 +00:00
ibaker
3d09bc1388
Remove deprecated CronetDataSource constructors
...
#minor-release
PiperOrigin-RevId: 427216911
2022-02-17 10:01:00 +00:00
olly
d2cc14a98b
Fix some lint warnings
...
PiperOrigin-RevId: 424383900
2022-01-28 08:46:46 +00:00
olly
fea552e709
Update dependency versions
...
Note: Updating androidxTestTruthVersion is required tot
arget API level 31.
PiperOrigin-RevId: 409167744
2021-11-19 14:42:25 +00:00
bachinger
222db48298
Make package in test manifest consistent
...
PiperOrigin-RevId: 406255369
2021-11-08 15:18:26 +00:00
Andrew Lewis
933e207b3e
Update to androidx.media3
...
PiperOrigin-RevId: 405656499
2021-10-27 09:12:46 +01:00