diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-03-06 07:35:54 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:05:33 +0200 |
commit | fc785972f9cee6ffbdfcaa52398073a5a527784b (patch) | |
tree | e5dc2a4798e4b787e69f7a9a1951869ed6b41079 | |
parent | android: Move namespace to app module build.gradle (diff) | |
download | yuzu-fc785972f9cee6ffbdfcaa52398073a5a527784b.tar yuzu-fc785972f9cee6ffbdfcaa52398073a5a527784b.tar.gz yuzu-fc785972f9cee6ffbdfcaa52398073a5a527784b.tar.bz2 yuzu-fc785972f9cee6ffbdfcaa52398073a5a527784b.tar.lz yuzu-fc785972f9cee6ffbdfcaa52398073a5a527784b.tar.xz yuzu-fc785972f9cee6ffbdfcaa52398073a5a527784b.tar.zst yuzu-fc785972f9cee6ffbdfcaa52398073a5a527784b.zip |
-rw-r--r-- | src/android/app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 505c8f25d..945cd0189 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -20,7 +20,7 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } - lintOptions { + lint { // This is important as it will run lint but not abort on error // Lint has some overly obnoxious "errors" that should really be warnings abortOnError false |