Skip to content

Commit

Permalink
fix: andorid <0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 7, 2024
1 parent 149ca48 commit 36afc5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/common/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ android {
if (isNewArchitectureEnabled()) {
java.srcDirs += [
"src/newarch",
// NOTE: create-react-native-library has these here but it breaks <= 0.73
// Codegen specs
"generated/java",
"generated/jni"
// "generated/java",
// "generated/jni"
]
} else {
java.srcDirs += ["src/oldarch"]
Expand Down

0 comments on commit 36afc5b

Please sign in to comment.