Skip to content

Commit

Permalink
App: Uncomment subprojects in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dafengzhen committed Aug 10, 2024
1 parent 2967368 commit c011de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allprojects {

rootProject.buildDir = "../build"
subprojects {
// project.buildDir = "${rootProject.buildDir}/${project.name}"
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(":app")
Expand Down

0 comments on commit c011de5

Please sign in to comment.