File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
3- buildscript {
3+ buildscript {
44 ext. kotlin_version = ' 1.2.30'
55
66 repositories {
77 jcenter()
8+ mavenCentral()
89 google()
10+ maven { url " https://jitpack.io" }
11+ maven { url " https://maven.google.com" }
912 }
1013 dependencies {
1114 classpath ' com.android.tools.build:gradle:3.1.0'
1215 classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8'
1316 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
14- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " }
17+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
18+ classpath ' com.novoda:bintray-release:0.3.4'
19+
20+ }
1521}
1622
1723allprojects {
1824 repositories {
1925 jcenter()
26+ mavenCentral()
27+ maven { url " https://jitpack.io" }
28+ maven { url " https://maven.google.com" }
2029 }
2130}
2231
You can’t perform that action at this time.
0 commit comments