mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2026-02-01 15:56:14 +00:00
Revert Gradle changes
This commit is contained in:
parent
94154cad97
commit
e684a1b858
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user