funseek / flutter_app_badge_control

Flutter plugin for managing app icon badges. It allows you to update or remove the badge count on both iOS and Android devices.
MIT License
2 stars 5 forks source link

Add namespace #3

Closed didiabel closed 2 weeks ago

didiabel commented 2 months ago

pls add namespace to this package

this is how is should look:

android {
    namespace 'jp.co.funseek.flutter_app_badge_control'
    compileSdkVersion 31

    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

    kotlinOptions {
        jvmTarget = '1.8'
    }

    sourceSets {
        main.java.srcDirs += 'src/main/kotlin'
    }

    defaultConfig {
        minSdkVersion 16
    }
}
yokochi commented 2 weeks ago

Thank you for reporting. it has been fixed in this version https://github.com/funseek/flutter_app_badge_control/pull/2/files