mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Bump compileSdkVersion to 30
Without this, depending on Robolectric 4.5 causes compilation failures. PiperOrigin-RevId: 334795155
This commit is contained in:
parent
3e8dacc284
commit
43fe38672c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ project.ext {
|
|||
minSdkVersion = 16
|
||||
appTargetSdkVersion = 29
|
||||
targetSdkVersion = 28 // TODO: Bump once b/143232359 is resolved. Also fix TODOs in UtilTest.
|
||||
compileSdkVersion = 29
|
||||
compileSdkVersion = 30
|
||||
dexmakerVersion = '2.21.0'
|
||||
junitVersion = '4.13-rc-2'
|
||||
guavaVersion = '27.1-android'
|
||||
|
|
|
|||
Loading…
Reference in a new issue