Skip to content

Commit 504be06

Browse files
committed
Add module name to README
1 parent 0bf7641 commit 504be06

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ by Google LLC. Android is a trademark of Google LLC._
5959
}
6060
```
6161
62+
To view the available gradle tasks for the library: `./gradlew ical4android:tasks`
63+
(the `ical4android` module is defined in `settings.gradle`).
64+
6265
6366
## Contact
6467

settings.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencyResolutionManagement {
1717
}
1818
}
1919

20-
rootProject.name = "ical4android"
21-
// include ':sample-app'
20+
rootProject.name = "root"
21+
2222
include ':lib'
23-
project(':lib').name = 'ical4android'
23+
project(':lib').name = 'ical4android'

0 commit comments

Comments
 (0)