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

Commit 8c42cb7

Browse files
Fix JitPack build error
Fix JitPack build error Could not find com.android.tools.build:gradle:3.0.1 by adding the google() repository to buildscript.
1 parent 8ef2898 commit 8c42cb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ buildscript {
22
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'
@@ -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)