File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
modalbottomsheetdialogfragment Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31buildscript {
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
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ android {
2525
2626dependencies {
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'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments