Upgrade target sdk

This commit is contained in:
Koitharu
2025-07-12 14:01:05 +03:00
parent ec048c70f1
commit d6350afe3a
8 changed files with 12 additions and 10 deletions

View File

@@ -56,7 +56,9 @@ class KotatsuApp : BaseApp() {
detectLeakedSqlLiteObjects()
detectLeakedClosableObjects()
detectLeakedRegistrationObjects()
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) detectContentUriWithoutPermission()
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
detectContentUriWithoutPermission()
}
detectFileUriExposure()
penaltyLog()
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P && notifier != null) {