我有一个 TWA android 应用程序,我正在尝试从这里添加一个启动屏幕流指令: https ://dev.to/henrylim96/adding-splash-screen-to-trusted-web-activity-48p3
如前所述,我必须使用能够从这里检查的更新版本的 Chrome 选项卡客户端: https ://chromium.googlesource.com/custom-tabs-client/+log
我当前的版本是 d08e93fce3 所以在我的 build.gradle 中是这样的:
dependencies {
...
implementation 'com.github.GoogleChrome.custom-tabs-client:customtabs:d08e93fce3'
...
}
我尝试了最新的 809a55c,网站上提到的 700d2e1 和 3679335,所有这些都使我的所有设备上的应用程序崩溃。
这个事情谁有经验?