Skip to content

Commit 0b3add8

Browse files
committed
set ndkVersion to align with Flutter's NDK version
1 parent f1e18cc commit 0b3add8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flutter_local_notifications/example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ if (flutterVersionName == null) {
2525
android {
2626
namespace 'com.dexterous.flutter_local_notifications_example'
2727
compileSdk 35
28+
ndkVersion = flutter.ndkVersion
2829

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

0 commit comments

Comments
 (0)