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
db12fae5
authored
Dec 16, 2020
by
ibaker
Committed by
Christos Tsilopoulos
Dec 17, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update Robolectric dependency from 4.5-SNAPSHOT to 4.5-alpha-3
PiperOrigin-RevId: 347806040
parent
abff5168
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
7 deletions
common_library_config.gradle
constants.gradle
common_library_config.gradle
View file @
db12fae5
...
@@ -15,12 +15,6 @@
...
@@ -15,12 +15,6 @@
apply
from:
"$gradle.ext.exoplayerSettingsDir/constants.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/constants.gradle"
apply
plugin:
'com.android.library'
apply
plugin:
'com.android.library'
repositories
{
// TODO(internal b/169753382): Remove this when we no longer depend on
// Robolectric snapshots.
maven
{
url
"https://oss.sonatype.org/content/repositories/snapshots"
}
}
android
{
android
{
compileSdkVersion
project
.
ext
.
compileSdkVersion
compileSdkVersion
project
.
ext
.
compileSdkVersion
...
...
constants.gradle
View file @
db12fae5
...
@@ -24,7 +24,7 @@ project.ext {
...
@@ -24,7 +24,7 @@ project.ext {
guavaVersion
=
'27.1-android'
guavaVersion
=
'27.1-android'
mockitoVersion
=
'2.28.2'
mockitoVersion
=
'2.28.2'
mockWebServerVersion
=
'3.12.0'
mockWebServerVersion
=
'3.12.0'
robolectricVersion
=
'4.5-
SNAPSHOT
'
robolectricVersion
=
'4.5-
alpha-3
'
checkerframeworkVersion
=
'3.3.0'
checkerframeworkVersion
=
'3.3.0'
checkerframeworkCompatVersion
=
'2.5.0'
checkerframeworkCompatVersion
=
'2.5.0'
jsr305Version
=
'3.0.2'
jsr305Version
=
'3.0.2'
...
...
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