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

Commit dc278936 authored by cketti's avatar cketti
Browse files

Update Android Gradle Plugin to version 7.0.3

parent e56aa4de
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -89,9 +89,12 @@ android {
        }
    }

    // Do not abort build if lint finds errors
    lintOptions {
        checkDependencies true

        // Do not abort build if lint finds errors
        abortOnError false

        lintConfig file("$rootProject.projectDir/config/lint/lint.xml")
    }

+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:4.1.3'
        classpath 'com.android.tools.build:gradle:7.0.3'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
        classpath "org.jlleitschuh.gradle:ktlint-gradle:10.0.0"
    }