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

Commit 4700b42f authored by Amit Kumar's avatar Amit Kumar
Browse files

Update gradle and gradle plugin version

parent 2d88ddb3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
apply plugin: 'com.android.application'
android {
    compileSdkVersion rootProject.ext.compileSdkVersion
    buildToolsVersion rootProject.ext.buildToolsVersion
    defaultConfig {
        applicationId "org.indin.blisslauncher"
        minSdkVersion rootProject.ext.minSdkVersion
@@ -31,8 +30,8 @@ android {

dependencies {

    compile 'me.relex:circleindicator:1.2.2@aar'
    compile 'uk.co.chrisjenx:calligraphy:2.3.0'
    implementation 'me.relex:circleindicator:1.2.2@aar'
    implementation 'uk.co.chrisjenx:calligraphy:2.3.0'

    // Support Libs
    implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibraryVersion}"
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.0.1'
        classpath 'com.android.tools.build:gradle:3.1.0'
    }
}

+2 −2
Original line number Diff line number Diff line
#Fri Dec 22 00:04:33 IST 2017
#Thu Mar 29 09:23:09 IST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip