Skip to content

Commit

Permalink
[android] make gradle rootProject.name match the project dir
Browse files Browse the repository at this point in the history
To fix the gradle error on some platforms:
```
java.lang.IllegalStateException: Module entity with name: openthread_commissioner.app should be available
```
  • Loading branch information
wgtdkp committed Apr 8, 2024
1 parent 37936d1 commit 6cc0598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/openthread_commissioner/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ':service'
include ':app'
rootProject.name = "OpenThread Commissioner"
rootProject.name = "openThread_commissioner"

0 comments on commit 6cc0598

Please sign in to comment.