jverify-flutter-plugin icon indicating copy to clipboard operation
jverify-flutter-plugin copied to clipboard

build.gradle.kts 文件中改怎么写啊

Open ShangChilde opened this issue 6 months ago • 1 comments

mapOf( ^ Type mismatch: inferred type is String? but Any was expected 各种写 各种报错

ShangChilde avatar Jul 08 '25 08:07 ShangChilde

        ndk {
            abiFilters += listOf("armeabi-v7a", "x86", "x86_64", "arm64-v8a")
        }

        manifestPlaceholders.apply {
            put("JPUSH_PKGNAME", "你的applicationId")
            put("JPUSH_APPKEY", "你的AppKey")
            put("JPUSH_CHANNEL", "developer-default")
        }

Story5 avatar Sep 11 '25 10:09 Story5