Skip to content

widget does not shown when minSdkVersion changed from 16 to 17 #103

@filamoon

Description

@filamoon

It was working fine when minSdkVersion was 16. After changed to 17 (everything else is the same), the html widget does not show at all.

widget version: 0.5.11 and 0.5.8.

snippets from android/app/build.gradle:

compileSdkVersion 29
    minSdkVersion 17
    targetSdkVersion 27

buildTypes {
    release {
        signingConfig signingConfigs.release
        minifyEnabled true
        shrinkResources false
        useProguard true
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}

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