Build in the android studo. Gradle (Module) rely on some versions of how to determine??
Android studo create a default project, build the gradle (Module) of some dependent version is wrong, how to determine the version should be used??
ERROR: Unable to resolve the dependency for ': app @ debugAndroidTest/compileClasspath: Could not resolve androidx. Test. Espresso: espresso - core: 3.2.0.
Show the Details
Affected Modules: app
Dependencies {
Implementation fileTree (dir: 'libs', include: [' *. Jar'])
Implementation 'androidx. Appcompat: appcompat: 1.1.0'//wrong version
Implementation 'androidx. Constraintlayout: constraintlayout: 1.1.3'
TestImplementation 'junit: junit: 4.12'
AndroidTestImplementation 'androidx. Test: runner: 1.2.0'//wrong version
AndroidTestImplementation 'androidx. Test. Espresso: espresso - core: 3.2.0'//wrong version
}