We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf7641 commit 504be06Copy full SHA for 504be06
README.md
@@ -59,6 +59,9 @@ by Google LLC. Android is a trademark of Google LLC._
59
}
60
```
61
62
+To view the available gradle tasks for the library: `./gradlew ical4android:tasks`
63
+(the `ical4android` module is defined in `settings.gradle`).
64
+
65
66
## Contact
67
settings.gradle
@@ -17,7 +17,7 @@ dependencyResolutionManagement {
17
18
19
20
-rootProject.name = "ical4android"
21
-// include ':sample-app'
+rootProject.name = "root"
22
include ':lib'
23
-project(':lib').name = 'ical4android'
+project(':lib').name = 'ical4android'
0 commit comments