Skip to content

Commit

Permalink
chore(android): rename legacy and turbo folders
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Aug 11, 2023
1 parent f610dd4 commit f9b143a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Expand Up @@ -83,9 +83,9 @@ android {
sourceSets {
main {
if (isNewArchitectureEnabled()) {
java.srcDirs += ['src/turbo']
java.srcDirs += ['src/newarch']
} else {
java.srcDirs += ['src/legacy']
java.srcDirs += ['src/oldarch']
}
}
}
Expand Down

0 comments on commit f9b143a

Please sign in to comment.