We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc0b65 commit 3a69399Copy full SHA for 3a69399
.idea/caches/build_file_checksums.ser
0 Bytes
build.gradle
@@ -10,7 +10,8 @@ buildscript {
10
dependencies {
11
classpath 'com.android.tools.build:gradle:3.1.1'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
-
+ // add JitPack dependencies
14
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
15
// NOTE: Do not place your application dependencies here; they belong
16
// in the individual module build.gradle files
17
}
0 commit comments