Skip to content

Commit d5015d7

Browse files
authored
feat(android): change file structure on android (#631)
1 parent 6f54408 commit d5015d7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ android {
6060
main {
6161
if (isNewArchitectureEnabled()) {
6262
java.srcDirs += [
63-
"src/turbo",
63+
"src/fabric/java",
6464
"${project.buildDir}/generated/source/codegen/java"
6565
]
6666
} else {
67-
java.srcDirs += ['src/legacy']
67+
java.srcDirs += ["src/paper/java"]
6868
}
6969
}
7070
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)