Skip to content

Commit

Permalink
update ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
sadespresso committed Feb 18, 2025
1 parent 4bc9001 commit b9b73f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.cxx
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace "mn.flow.flow"
compileSdkVersion 35
ndkVersion "27.0.12077973"
ndkVersion "28.0.13004108"

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -86,6 +86,6 @@ configurations {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
debugImplementation("io.objectbox:objectbox-android-objectbrowser:4.1.0")
}

0 comments on commit b9b73f2

Please sign in to comment.