Browse Source

Merge pull request #1502 from austinhuang0131/renovate/androidx.core-core-1.x

Update dependency androidx.core:core to v1.6.0
renovate/org.robolectric-robolectric-4.x
Austin Huang 3 years ago
committed by GitHub
parent
commit
b27377d671
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

2
app/build.gradle

@ -184,7 +184,7 @@ dependencies {
implementation 'com.google.guava:guava:27.0.1-android'
def core_version = "1.6.0-rc01"
def core_version = "1.6.0"
implementation "androidx.core:core:$core_version"
// Fragment

Loading…
Cancel
Save