Closed devNasih closed 3 months ago
Hi @devNasih thanks for reaching out! We have a discussion going on here and a PR that will be merged into our next Flutter release. I'm going to close this issue out for consolidation but please follow #930 for updates. Thanks!
Add this line in your android level build.gradle file
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
// add this line for onesignal_flutter to work in android device
afterEvaluate {
android {
compileSdkVersion 34
}
}
}
Add this line in your android level build.gradle file
subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" // add this line for onesignal_flutter to work in android device afterEvaluate { android { compileSdkVersion 34 } } }
This worked thanks!
How can we help?
AAPT: error: resource android:attr/lStar not found.
Code of Conduct