Procházet zdrojové kódy

[feat]键盘插件,debug模式下,开启isDebuggable=true

hezihao před 8 měsíci
rodič
revize
43c09c31c6
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      android/app/build.gradle.kts

+ 2 - 0
android/app/build.gradle.kts

@@ -46,6 +46,8 @@ android {
     }
     buildTypes {
         getByName("debug") {
+            // 允许debug
+            isDebuggable = true
             // Note: The debug build type must have the same signing config as the main build type.
             signingConfig = signingConfigs.getByName("keyboard")
         }