瀏覽代碼

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

hezihao 8 月之前
父節點
當前提交
43c09c31c6
共有 1 個文件被更改,包括 2 次插入0 次删除
  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")
         }