chore(mobile): update maplibre_gl dep (#11640)

This commit is contained in:
Alex
2024-08-07 13:47:40 -05:00
committed by GitHub
parent c34fc4f2d1
commit d93ccb1669
5 changed files with 26 additions and 30 deletions
+2
View File
@@ -8,9 +8,11 @@ allprojects {
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}