Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanSarafDev authored Aug 18, 2024
1 parent 3685dd7 commit 78c8808
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@ allprojects {
}
}

rootProject.buildDir = '../build'
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
afterEvaluate{
android{
compileSdkVersion 34
}
}
}
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
project.evaluationDependsOn(':app')
}

Expand Down

0 comments on commit 78c8808

Please sign in to comment.