Skip to content

migrate compileSdkVersion 31 to 30 #1

@saurabh88888888

Description

@saurabh88888888

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions