Browse Source
Merge remote-tracking branch 'origin/master'
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
3 additions and
3 deletions
-
app/build.gradle
|
|
@ -166,13 +166,13 @@ dependencies { |
|
|
|
def nav_version = '2.3.5' |
|
|
|
def exoplayer_version = '2.14.1' |
|
|
|
|
|
|
|
implementation 'com.google.android.material:material:1.4.0-beta01' |
|
|
|
implementation 'com.google.android.material:material:1.4.0-rc01' |
|
|
|
|
|
|
|
implementation "com.google.android.exoplayer:exoplayer-core:$exoplayer_version" |
|
|
|
implementation "com.google.android.exoplayer:exoplayer-dash:$exoplayer_version" |
|
|
|
implementation "com.google.android.exoplayer:exoplayer-ui:$exoplayer_version" |
|
|
|
|
|
|
|
implementation "androidx.recyclerview:recyclerview:1.2.0" |
|
|
|
implementation "androidx.recyclerview:recyclerview:1.2.1" |
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' |
|
|
|
implementation "androidx.viewpager2:viewpager2:1.0.0" |
|
|
|
implementation "androidx.navigation:navigation-fragment:$nav_version" |
|
|
@ -187,7 +187,7 @@ dependencies { |
|
|
|
implementation "androidx.core:core:$core_version" |
|
|
|
|
|
|
|
// Fragment |
|
|
|
implementation "androidx.fragment:fragment-ktx:1.3.4" |
|
|
|
implementation "androidx.fragment:fragment-ktx:1.3.5" |
|
|
|
|
|
|
|
// Lifecycle |
|
|
|
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" |
|
|
|