Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Commit 7aaf899

Browse files
authored
Merge pull request #18 from pedro-jorge-pereira/master
Fix JitPack build error
2 parents 8ef2898 + 6000475 commit 7aaf899

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.21'
2+
ext.kotlin_version = '1.2.21'
33
repositories {
44
jcenter()
5+
google()
56
}
67
dependencies {
78
classpath 'com.android.tools.build:gradle:3.0.1'
8-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
9+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
910
}
1011
}
1112

@@ -28,4 +29,4 @@ ext {
2829
buildToolsVersion = "27.0.2"
2930
versionCode = 6
3031
versionName = '0.2.4'
31-
}
32+
}

0 commit comments

Comments
 (0)