Closed didiabel closed 2 weeks 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 } }
Thank you for reporting. it has been fixed in this version https://github.com/funseek/flutter_app_badge_control/pull/2/files
pls add namespace to this package
this is how is should look: