Browse Source
Update dependency androidx.core:core to v1.6.0-beta01
renovate/org.robolectric-robolectric-4.x
Renovate Bot
4 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with
1 additions and
1 deletions
-
app/build.gradle
|
@ -178,7 +178,7 @@ dependencies { |
|
|
|
|
|
|
|
|
implementation 'com.google.guava:guava:27.0.1-android' |
|
|
implementation 'com.google.guava:guava:27.0.1-android' |
|
|
|
|
|
|
|
|
def core_version = "1.6.0-alpha03" |
|
|
|
|
|
|
|
|
def core_version = "1.6.0-beta01" |
|
|
implementation "androidx.core:core:$core_version" |
|
|
implementation "androidx.core:core:$core_version" |
|
|
|
|
|
|
|
|
// Room |
|
|
// Room |
|
|