Android11FilePicker icon indicating copy to clipboard operation
Android11FilePicker copied to clipboard

migrate compileSdkVersion 31 to 30

Open saurabh88888888 opened this issue 3 years ago • 0 comments

for compileSdkVersion 30 this library not sync and after migrating compileSdkVersion 30 to 31 it occurs error

Compilation failed; see the compiler error output for details.

build.gradle file:- compileSdkVersion 31 //buildToolsVersion "30.0.3"

defaultConfig {
    applicationId "com.ultimate.ultimatesmartsystem"
    minSdkVersion 23
    targetSdkVersion 31
    versionCode 37
    versionName "2.3.5"
    multiDexEnabled true
    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    useLibrary 'org.apache.http.legacy'

}

any solution for that its very argent for me. thank you

saurabh88888888 avatar Jun 03 '22 07:06 saurabh88888888