Commit db12fae5 by ibaker Committed by Christos Tsilopoulos

Update Robolectric dependency from 4.5-SNAPSHOT to 4.5-alpha-3

PiperOrigin-RevId: 347806040
parent abff5168
...@@ -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
......
...@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment