Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 889495d8 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Updating gradle and build tools version

Change-Id: I269788d6d7798a5324a9170935c31a7c565cc214
parent cd4cc97f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
buildscript {
    repositories {
        mavenCentral()
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.2.3'
        classpath 'com.android.tools.build:gradle:2.3.1'
        classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.0'
    }
}
@@ -13,7 +14,7 @@ apply plugin: 'com.google.protobuf'

android {
    compileSdkVersion 26
    buildToolsVersion '24.0.0'
    buildToolsVersion '26.0.0'

    defaultConfig {
        minSdkVersion 21
@@ -61,6 +62,7 @@ android {

repositories {
    mavenCentral()
    jcenter()
}

final String SUPPORT_LIBS_VERSION = '26.0.0-SNAPSHOT'