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

Commit e9a9e582 authored by Bartosz Przybylski's avatar Bartosz Przybylski Committed by Andy Scherzinger
Browse files

Correctly setup lint options

parent e6334f44
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -45,9 +45,7 @@ android {
        release.setRoot('build-types/release')
        release.setRoot('build-types/release')
    }
    }


    android {
    lintOptions {
    lintOptions {
        abortOnError false
        abortOnError false
    }
    }
}
}
}