PhotoView icon indicating copy to clipboard operation
PhotoView copied to clipboard

Could not find legacy-support-core-utils-1.0.0.jar (androidx.legacy:legacy-support-core-utils:1.0.0).

Open arianatri opened this issue 3 years ago • 0 comments

🐛 Bug Report

Could not find legacy-support-core-utils-1.0.0.jar (androidx.legacy:legacy-support-core-utils:1.0.0). after adding photoview i got this message and my app is not compiling .

Expected behavior

Reproduction steps

Configuration

android { compileSdkVersion 29 buildToolsVersion "29.0.3"

defaultConfig {
    applicationId "######"
    minSdkVersion 22
    targetSdkVersion 29
    versionCode 1
    versionName "1.0"

    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Version: 2.1.3

Platform: :robot: Android 9.x

arianatri avatar Apr 07 '21 04:04 arianatri