Skip to content

Commit

Permalink
Revert build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
olliiiver authored Dec 12, 2024
1 parent 8e2be57 commit feb637b
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 @@ -111,8 +111,8 @@ android {
main {
if (isNewArchitectureEnabled()) {
java.srcDirs += [
"android/build/generated/source/codegen/java",
"android/build/generated/source/codegen/jni"
"generated/java",
"generated/jni"
]
}
}
Expand Down

0 comments on commit feb637b

Please sign in to comment.