File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed
objectbox/example/flutter
objectbox_demo_relations/android/app
objectbox_demo_sync/android/app
objectbox_demo/android/app Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,7 @@ if (flutterVersionName == null) {
25
25
android {
26
26
namespace " com.example.objectbox_demo"
27
27
compileSdkVersion flutter. compileSdkVersion
28
- // ObjectBox: Flutter defaults to NDK 23.1.7779620, but
29
- // - objectbox_flutter_libs requires Android NDK 25.1.8937393
30
- // - path_provider_android requires Android NDK 25.1.8937393
31
- // Until Flutter uses a newer version (https://github.com/flutter/flutter/commit/919bed6e0a18bd5b76fb581ede10121f8c14a6f7)
32
- // manually set the required one:
33
- // ndkVersion flutter.ndkVersion
34
- ndkVersion = " 25.1.8937393"
28
+ ndkVersion flutter. ndkVersion
35
29
36
30
compileOptions {
37
31
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -25,13 +25,7 @@ if (flutterVersionName == null) {
25
25
android {
26
26
namespace " com.example.objectbox_demo_relations"
27
27
compileSdkVersion flutter. compileSdkVersion
28
- // ObjectBox: Flutter defaults to NDK 23.1.7779620, but
29
- // - objectbox_flutter_libs requires Android NDK 25.1.8937393
30
- // - path_provider_android requires Android NDK 25.1.8937393
31
- // Until Flutter uses a newer version (https://github.com/flutter/flutter/commit/919bed6e0a18bd5b76fb581ede10121f8c14a6f7)
32
- // manually set the required one:
33
- // ndkVersion flutter.ndkVersion
34
- ndkVersion = " 25.1.8937393"
28
+ ndkVersion flutter. ndkVersion
35
29
36
30
compileOptions {
37
31
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -25,13 +25,7 @@ if (flutterVersionName == null) {
25
25
android {
26
26
namespace " com.example.objectbox_demo_sync"
27
27
compileSdkVersion flutter. compileSdkVersion
28
- // ObjectBox: Flutter defaults to NDK 23.1.7779620, but
29
- // - objectbox_flutter_libs requires Android NDK 25.1.8937393
30
- // - path_provider_android requires Android NDK 25.1.8937393
31
- // Until Flutter uses a newer version (https://github.com/flutter/flutter/commit/919bed6e0a18bd5b76fb581ede10121f8c14a6f7)
32
- // manually set the required one:
33
- // ndkVersion flutter.ndkVersion
34
- ndkVersion = " 25.1.8937393"
28
+ ndkVersion flutter. ndkVersion
35
29
36
30
compileOptions {
37
31
sourceCompatibility JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments