Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Update setting.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Oct 14, 2019
1 parent 25e95f1 commit ac460b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ def updateSubmodule(){
}
}

updateSubmodule()
if (new File('../.git').exists()) {
updateSubmodule()
}

include ":playground"
project(":playground").projectDir=new File("../weex-playground/android/playground")
Expand Down

0 comments on commit ac460b4

Please sign in to comment.