implemented a guided notification permission flow triggered on the first Talk visit
This commit is contained in:
@@ -22,6 +22,11 @@ subprojects { sub ->
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
// Some plugins (e.g. app_settings) hard-pin an older compileSdk
|
||||
// than their transitive AndroidX deps require, which fails the
|
||||
// AAR metadata check. Align every plugin with the app's
|
||||
// compileSdk (flutter.compileSdkVersion) so the build passes.
|
||||
compileSdkVersion 36
|
||||
}
|
||||
}
|
||||
sub.tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
|
||||
|
||||
Reference in New Issue
Block a user