Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e8ee6dad
authored
Dec 13, 2021
by
ibaker
Committed by
Ian Baker
Dec 14, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Revert
e148a678
Fix the gradle problem PiperOrigin-RevId: 416011494
parent
e148a678
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
constants.gradle
library/common/build.gradle
constants.gradle
View file @
e8ee6dad
...
@@ -25,7 +25,7 @@ project.ext {
...
@@ -25,7 +25,7 @@ project.ext {
junitVersion
=
'4.13.2'
junitVersion
=
'4.13.2'
// Use the same Guava version as the Android repo:
// Use the same Guava version as the Android repo:
// https://cs.android.com/android/platform/superproject/+/master:external/guava/METADATA
// https://cs.android.com/android/platform/superproject/+/master:external/guava/METADATA
guavaVersion
=
'
27
.1-android'
guavaVersion
=
'
31.0
.1-android'
mockitoVersion
=
'3.12.4'
mockitoVersion
=
'3.12.4'
robolectricVersion
=
'4.6.1'
robolectricVersion
=
'4.6.1'
// Keep this in sync with Google's internal Checker Framework version.
// Keep this in sync with Google's internal Checker Framework version.
...
...
library/common/build.gradle
View file @
e8ee6dad
...
@@ -27,6 +27,7 @@ dependencies {
...
@@ -27,6 +27,7 @@ dependencies {
// (but declared as runtime deps) [internal b/168188131].
// (but declared as runtime deps) [internal b/168188131].
exclude
group:
'com.google.code.findbugs'
,
module:
'jsr305'
exclude
group:
'com.google.code.findbugs'
,
module:
'jsr305'
exclude
group:
'org.checkerframework'
,
module:
'checker-compat-qual'
exclude
group:
'org.checkerframework'
,
module:
'checker-compat-qual'
exclude
group:
'org.checkerframework'
,
module:
'checker-qual'
exclude
group:
'com.google.errorprone'
,
module:
'error_prone_annotations'
exclude
group:
'com.google.errorprone'
,
module:
'error_prone_annotations'
exclude
group:
'com.google.j2objc'
,
module:
'j2objc-annotations'
exclude
group:
'com.google.j2objc'
,
module:
'j2objc-annotations'
exclude
group:
'org.codehaus.mojo'
,
module:
'animal-sniffer-annotations'
exclude
group:
'org.codehaus.mojo'
,
module:
'animal-sniffer-annotations'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment