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

Commit 677f9ea3 authored by Amit Kumar's avatar Amit Kumar 💻
Browse files

Remove unnecessary dependencies and upgrade gradle version

parent 6e12a220
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'

// Manifest version information!
def versionMajor = 1
@@ -16,7 +15,7 @@ android {
        versionName "${versionMajor}.${versionMinor}.${versionPatch}"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

        renderscriptTargetApi 18
        renderscriptTargetApi 28
        renderscriptSupportModeEnabled true
    }
    buildTypes {
@@ -82,8 +81,6 @@ dependencies {
    apiNougatImplementation 'org.cyanogenmod:platform.sdk:6.0'
    apiOreoImplementation files('libs/lineage-sdk.jar')

    debugImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'
    debugImplementation 'com.google.firebase:firebase-core:16.0.6'
    debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'

    implementation 'org.greenrobot:eventbus:3.1.1'
@@ -142,5 +139,4 @@ dependencies {
    androidTestImplementation "com.android.support.test:rules:${rootProject.ext.runnerRulesVersion}"
}

apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.getkeepsafe.dexcount'
+1 −3
Original line number Diff line number Diff line
@@ -9,9 +9,7 @@ buildscript {
        }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.4.2'
        classpath 'io.fabric.tools:gradle:1.26.1'
        classpath 'com.google.gms:google-services:4.2.0'
        classpath 'com.android.tools.build:gradle:3.5.2'
        classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.6'
    }
}
+2 −2
Original line number Diff line number Diff line
#Fri Jul 26 14:58:52 IST 2019
#Tue Nov 12 21:21:51 IST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip