Commit c1e460b
authored
[flutter_local_notifications] fixed Android example app build to work with current Flutter stable version (3.32) (#2640)
* set ndkVersion to align with Flutter's NDK version
* changed android example build task to do release build
* Revert "changed android example build task to do release build"
This reverts commit 621a6cf.
* specify target platforms for example app build
* restrict apk builds to arm64 and x64
* Revert "restrict apk builds to arm64 and x64"
This reverts commit 1161ab7.
* Revert "specify target platforms for example app build"
This reverts commit f16767e.
* updated jvm args to match defaults from Flutter 3.32 apps1 parent f1e18cc commit c1e460b
File tree
2 files changed
+2
-1
lines changed- flutter_local_notifications/example/android
- app
2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments