Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #855 from yakov116/fix_error_206
Browse files Browse the repository at this point in the history
Fix error 206
  • Loading branch information
yakov116 committed Aug 10, 2017
2 parents 0e69d13 + cc8f26f commit 5e84f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Expand Up @@ -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 {
Expand All @@ -24,7 +25,7 @@ android {
}
}
compileSdkVersion 26
buildToolsVersion "26.0.0"
buildToolsVersion "26.0.1"
defaultConfig {
applicationId "com.fastaccess.github"
minSdkVersion 21
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
@@ -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'
Expand All @@ -17,7 +16,6 @@ buildscript {
kotlin_version = '1.1.3-2'
commonmark = '0.9.0'
}

repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
Expand All @@ -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"
}
}

Expand Down

0 comments on commit 5e84f79

Please sign in to comment.