android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.4k stars 8.29k forks source link

GithubBrowserSample: Bump fragment version #1026

Open calren opened 2 years ago

calren commented 2 years ago

Fixes failing test:

Could not resolve androidx.test:core:1.2.0.
     Required by:
         project :app > androidx.fragment:fragment-testing:1.2.0
      > Cannot find a version of 'androidx.test:core' that satisfies the version constraints:
           Dependency path 'GithubBrowserSample:app:unspecified' --> 'androidx.test:core:1.3.0'
           Constraint path 'GithubBrowserSample:app:unspecified' --> 'androidx.test:core:{strictly 1.2.0}' because of the following reason: debugRuntimeClasspath uses version 1.2.0
           Dependency path 'GithubBrowserSample:app:unspecified' --> 'androidx.test.ext:junit:1.1.2' --> 'androidx.test:core:1.3.0'
           Dependency path 'GithubBrowserSample:app:unspecified' --> 'androidx.fragment:fragment-testing:1.2.0' --> 'androidx.test:core:1.2.0'