Skip to content

Commit 953e6e7

Browse files
committed
Ship docs, remove resources
1 parent e18f36f commit 953e6e7

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31
buildscript {
4-
ext.kotlin_version = '1.2.21'
2+
ext.kotlin_version = '1.2.30'
53
repositories {
64
google()
75
jcenter()
86
}
97
dependencies {
108
classpath 'com.android.tools.build:gradle:3.0.1'
119
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12-
13-
// NOTE: Do not place your application dependencies here; they belong
14-
// in the individual module build.gradle files
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1511
}
1612
}
1713

modalbottomsheetdialogfragment/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ android {
2525

2626
dependencies {
2727
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
28+
2829
api 'com.android.support:design:27.1.0'
2930
api 'com.android.support:recyclerview-v7:27.1.0'
3031
}
32+
33+
apply from: 'https://raw.githubusercontent.com/Commit451/gradle-android-javadocs/1.0.0/gradle-android-javadocs.gradle'

modalbottomsheetdialogfragment/src/main/res/values/strings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)