"Refactor_Threejs_Balloon_Design"
This commit is contained in:
@@ -35,4 +35,14 @@ dependencies {
|
||||
implementation("androidx.appcompat:appcompat:1.6.1")
|
||||
implementation("com.google.android.material:material:1.11.0")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||
implementation("androidx.webkit:webkit:1.9.0")
|
||||
}
|
||||
|
||||
tasks.register<Exec>("buildReactApp") {
|
||||
workingDir = file("../web-app")
|
||||
commandLine("cmd", "/c", "npm", "run", "build")
|
||||
}
|
||||
|
||||
tasks.named("preBuild") {
|
||||
dependsOn("buildReactApp")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user