fluttercommunity / fluttercommunity/wakelock_plus

Update wakelock_plus ndkVersion version

Open
#103 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
109
Forks
97
Avg merge
5d 4h
Merged PRs (30d)
2

Description

```dart
Your project is configured with Android NDK 25.1.8937393, but the following plugin(s) depend on a different Android NDK version:
better_player_enhanced requires Android NDK 27.0.12077973
nb_utils requires Android NDK 27.0.12077973
....
```

Hello dear im using for exemple
`better_player_enhanced: ^0.0.5`
i got in cosole
`Your project is configured with Android NDK 25.1.8937393, but the following plugin(s) depend on a different Android NDK version:`

in wakelock_plus Platform Specific Integration Instructions he is mentioned
```dart
Android
When building your app on Android and using this library, you may be prompted by the following:

One or more plugins require a higher Android NDK version.
If this occurs, simply add the NDK version specified in the error message in your app module's build.gradle file's android closure. For example:

android {
// Current version at the time of this writing.
// Use the version specified by the error message.
ndkVersion "25.1.8937393"
//....
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.