-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle 7注解@Input失效导致无法打包 #364
Comments
怎么解决的 |
并没有解决,只能回退到6.9了,或者自己fork一个把这几个不兼容的注解改一下,谷歌给了方案,就在错误日志的链接里 |
给他们提了个PR,我本地改动walle后测了下没发现问题。#368 |
非常感谢,哈哈哈这事是我懒了,提了之后没管它。 |
+1,要兼容gradle7了 |
官方快点升级呀~~~!!! |
啥时候会升级啊 |
催更 |
这个啥时候能适配 |
催更 都2022年了 |
大佬。有什么办法使用本地吗? |
日常催更啊,美团大哥快点啊 |
2年没更新了,已经不维护了吧 |
已经转用Google 官方的Flavor了,可以实现walle的分渠道功能,也用不了几行代码 |
官方的Flavro有个缺点是每打一个渠道包要重新编译。不太好配合使用热更新。 类似walle的插件有腾讯的VasDolly。还在维护中。 |
这个库已经两年没维护了,我fork了一份新的,已适配agp7.x, 详见:https://github.com/Petterpx/walle |
能否适配一下谷歌商店的aab格式? @Petterpx |
短时间内应该不能,适配7.x比较简单。aab的话,还没有看过walle具体的源码,可以关注一下等等我后续适配。 |
jitpack库我添加了, 但是根据你的依赖同步不了 |
jitpack 官方出现问题导致,等待即可。 |
参照Gradle7的文档中的描述,需要替换注解:
如果打包的话会报如下错误
希望能尽快修复,谢谢
The text was updated successfully, but these errors were encountered: