Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ if (flutterVersionName == null) {
android {
namespace "com.example.objectbox_demo"
compileSdkVersion flutter.compileSdkVersion
// ObjectBox: Flutter defaults to NDK 23.1.7779620, but
// - objectbox_flutter_libs requires Android NDK 25.1.8937393
// - path_provider_android requires Android NDK 25.1.8937393
// Until Flutter uses a newer version (https://github.com/flutter/flutter/commit/919bed6e0a18bd5b76fb581ede10121f8c14a6f7)
// manually set the required one:
// ndkVersion flutter.ndkVersion
ndkVersion = "25.1.8937393"
ndkVersion flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.2.1" apply false // 7.3.0 -> 8.2.1 to support JDK 21
id "com.android.application" version "8.5.1" apply false // 8.5.1 to support 16 KB page sizes
}

include ":app"
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ if (flutterVersionName == null) {
android {
namespace "com.example.objectbox_demo_relations"
compileSdkVersion flutter.compileSdkVersion
// ObjectBox: Flutter defaults to NDK 23.1.7779620, but
// - objectbox_flutter_libs requires Android NDK 25.1.8937393
// - path_provider_android requires Android NDK 25.1.8937393
// Until Flutter uses a newer version (https://github.com/flutter/flutter/commit/919bed6e0a18bd5b76fb581ede10121f8c14a6f7)
// manually set the required one:
// ndkVersion flutter.ndkVersion
ndkVersion = "25.1.8937393"
ndkVersion flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.2.1" apply false // 7.3.0 -> 8.2.1 to support JDK 21
id "com.android.application" version "8.5.1" apply false // 8.5.1 to support 16 KB page sizes
}

include ":app"
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ if (flutterVersionName == null) {
android {
namespace "com.example.objectbox_demo_sync"
compileSdkVersion flutter.compileSdkVersion
// ObjectBox: Flutter defaults to NDK 23.1.7779620, but
// - objectbox_flutter_libs requires Android NDK 25.1.8937393
// - path_provider_android requires Android NDK 25.1.8937393
// Until Flutter uses a newer version (https://github.com/flutter/flutter/commit/919bed6e0a18bd5b76fb581ede10121f8c14a6f7)
// manually set the required one:
// ndkVersion flutter.ndkVersion
ndkVersion = "25.1.8937393"
ndkVersion flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.2.1" apply false // 7.3.0 -> 8.2.1 to support JDK 21
id "com.android.application" version "8.5.1" apply false // 8.5.1 to support 16 KB page sizes
}

include ":app"
Loading