Skip to content

Commit 3a69399

Browse files
author
lemon
committed
bugfix:lack of the plugin dependencies
1 parent 4cc0b65 commit 3a69399

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ buildscript {
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.1.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13-
13+
// add JitPack dependencies
14+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1415
// NOTE: Do not place your application dependencies here; they belong
1516
// in the individual module build.gradle files
1617
}

0 commit comments

Comments
 (0)