Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Apr 4, 2023
1 parent f028f1d commit c921a20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ subprojects {
}
}

subprojects {
task allDeps(type: DependencyReportTask) {}
}

allprojects {
beforeEvaluate {
if (System.env.STATUS_GO_ANDROID_LIBDIR == null || System.env.STATUS_GO_ANDROID_LIBDIR == "") {
Expand Down

0 comments on commit c921a20

Please sign in to comment.