optimize webview
This commit is contained in:
+5
-1
@@ -6,7 +6,11 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "com.example.p3"
|
||||
compileSdk = 36
|
||||
compileSdk {
|
||||
version = release(36) {
|
||||
minorApiLevel = 1
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 24
|
||||
|
||||
Reference in New Issue
Block a user