Revert Gradle changes

This commit is contained in:
Yakov 2017-08-08 17:28:00 -04:00
parent 94154cad97
commit e684a1b858
No known key found for this signature in database
GPG Key ID: CB2EABA133E15EE0
2 changed files with 2 additions and 4 deletions

View File

@ -24,7 +24,7 @@ android {
}
}
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "26.0.0"
defaultConfig {
applicationId "com.fastaccess.github"
minSdkVersion 21
@ -112,7 +112,6 @@ repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://jitpack.io" }
maven { url 'https://maven.fabric.io/public' }
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap-1.2' }
}
dependencies {

View File

@ -14,14 +14,13 @@ buildscript {
assertjVersion = '2.5.0'
espresseVersion = '2.2.2'
requery = '1.3.2'
kotlin_version = '1.2-M1'
kotlin_version = '1.1.3-2'
commonmark = '0.9.0'
}
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap-1.2' }
google()
}
dependencies {