optimize webview

This commit is contained in:
2026-05-12 19:27:09 +03:30
parent fe17187df2
commit 9ec64fc179
15 changed files with 227 additions and 53 deletions
+5 -1
View File
@@ -6,7 +6,11 @@ plugins {
android {
namespace = "com.example.p3"
compileSdk = 36
compileSdk {
version = release(36) {
minorApiLevel = 1
}
}
defaultConfig {
minSdk = 24