build: update gradle wrapper and build logic conventions

This commit is contained in:
2026-05-19 13:28:10 +03:00
parent cb653eddc2
commit b31c0f30c5
9 changed files with 33 additions and 36 deletions
@@ -19,6 +19,9 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
compileSdk = getVersionInt("compileSdk")
targetSdk = getVersionInt("targetSdk")
}
lint {
abortOnError = false
}
}
}
}