Skip to content

Commit

Permalink
Merge branch 'main' into oscar/per-db-thread
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Dec 18, 2024
2 parents 277c2f8 + 6142f70 commit f2fac0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

externalNativeBuild {
Expand Down

0 comments on commit f2fac0c

Please sign in to comment.