Skip to content

Commit

Permalink
settings.gradle: Move project name before the modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto97 committed Apr 19, 2022
1 parent 87f22a8 commit 05fe016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pluginManagement {
mavenCentral()
}
}
include ':app'
rootProject.name='AirController'
include ':app'
include ':common'
include ':provider-base'
include ':provider-demo'
Expand Down

0 comments on commit 05fe016

Please sign in to comment.