File tree 3 files changed +3
-12
lines changed
objectbox/example/flutter
objectbox_demo/android/app
objectbox_demo_relations/android/app
objectbox_demo_sync/android/app
3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,7 @@ if (flutterVersionName == null) {
24
24
25
25
android {
26
26
namespace " com.example.objectbox_demo"
27
- // ObjectBox: set compileSdkVersion 34 for path_provider_android plugin;
28
- // this can be removed once minimum tested Flutter version is 3.19.0.
29
- // compileSdkVersion flutter.compileSdkVersion
30
- compileSdkVersion 34
27
+ compileSdkVersion flutter. compileSdkVersion
31
28
// ObjectBox: Flutter defaults to NDK 23.1.7779620, but
32
29
// - objectbox_flutter_libs requires Android NDK 25.1.8937393
33
30
// - path_provider_android requires Android NDK 25.1.8937393
Original file line number Diff line number Diff line change @@ -24,10 +24,7 @@ if (flutterVersionName == null) {
24
24
25
25
android {
26
26
namespace " com.example.objectbox_demo_relations"
27
- // ObjectBox: set compileSdkVersion 34 for path_provider_android plugin;
28
- // this can be removed once minimum tested Flutter version is 3.19.0.
29
- // compileSdkVersion flutter.compileSdkVersion
30
- compileSdkVersion 34
27
+ compileSdkVersion flutter. compileSdkVersion
31
28
// ObjectBox: Flutter defaults to NDK 23.1.7779620, but
32
29
// - objectbox_flutter_libs requires Android NDK 25.1.8937393
33
30
// - path_provider_android requires Android NDK 25.1.8937393
Original file line number Diff line number Diff line change @@ -24,10 +24,7 @@ if (flutterVersionName == null) {
24
24
25
25
android {
26
26
namespace " com.example.objectbox_demo_sync"
27
- // ObjectBox: set compileSdkVersion 34 for path_provider_android plugin;
28
- // this can be removed once minimum tested Flutter version is 3.19.0.
29
- // compileSdkVersion flutter.compileSdkVersion
30
- compileSdkVersion 34
27
+ compileSdkVersion flutter. compileSdkVersion
31
28
// ObjectBox: Flutter defaults to NDK 23.1.7779620, but
32
29
// - objectbox_flutter_libs requires Android NDK 25.1.8937393
33
30
// - path_provider_android requires Android NDK 25.1.8937393
You can’t perform that action at this time.
0 commit comments