update gradle

This commit is contained in:
sk
2023-04-20 16:03:57 +02:00
parent 15fcb0e25d
commit b6186a349f
5 changed files with 7 additions and 8 deletions

View File

@@ -49,9 +49,10 @@ android {
setRoot "src/github"
}
}
lintOptions{
checkReleaseBuilds false
namespace 'org.joinmastodon.android'
lint {
abortOnError false
checkReleaseBuilds false
}
}