blob: fee06f035a918f19e799f7904f08e4dfd55be870 [file] [log] [blame]
Roman Elizarov9af25712018-02-02 09:42:35 +01001repositories {
2 google()
3}
4
Kirill Timofeeva5186962017-10-25 14:25:47 +03005dependencies {
Roman Elizarovd1f50a32017-11-09 12:09:06 +03006 compileOnly 'com.google.android:android:4.1.1.4'
Roman Elizarov9af25712018-02-02 09:42:35 +01007 compileOnly 'com.android.support:support-annotations:26.1.0'
Kirill Timofeeva5186962017-10-25 14:25:47 +03008}
Roman Elizarove00f0ba2017-12-23 00:29:29 +03009
10tasks.withType(dokka.getClass()) {
Kirill Timofeeva5186962017-10-25 14:25:47 +030011 externalDocumentationLink {
12 url = new URL("https://developer.android.com/reference/")
13 }
14}