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

Commit 19298f8e authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

studiow: remove version defs

Version definitions in this gradle project are unessary and cause build
warnings.

Test: test_gradle_build.sh
Bug: 296240278
Change-Id: Ia2caf287b35fdcf95cb0ce5ad952793e090d5011
parent b2b9d1f7
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -19,12 +19,6 @@ android {
            manifest.srcFile 'tests/AndroidManifest.xml'
        }
    }
    compileSdk 33

    defaultConfig {
        minSdk 33
        targetSdk 33
    }

    lintOptions {
        abortOnError false