mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2026-01-25 14:47:05 +00:00
commit
5e84f79b8d
@ -4,6 +4,7 @@ apply plugin: 'kotlin-android'
|
||||
apply plugin: 'com.novoda.build-properties'
|
||||
apply plugin: 'jacoco-android'
|
||||
apply plugin: 'io.fabric'
|
||||
apply plugin: 'ManifestClasspath'
|
||||
|
||||
buildProperties {
|
||||
notThere {
|
||||
@ -24,7 +25,7 @@ android {
|
||||
}
|
||||
}
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.0"
|
||||
buildToolsVersion "26.0.1"
|
||||
defaultConfig {
|
||||
applicationId "com.fastaccess.github"
|
||||
minSdkVersion 21
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext {
|
||||
butterKnifeVersion = '8.5.1'
|
||||
@ -17,7 +16,6 @@ buildscript {
|
||||
kotlin_version = '1.1.3-2'
|
||||
commonmark = '0.9.0'
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://maven.fabric.io/public' }
|
||||
@ -31,6 +29,7 @@ buildscript {
|
||||
classpath 'io.fabric.tools:gradle:1.22.2'
|
||||
classpath 'com.apollographql.apollo:gradle-plugin:0.4.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user