想象一下我的 APK 版本需要有或没有广告,有或没有 CustomJarSDK 以及三个市场,GooglePlay、AmazonApps 和 SamsungApps 的情况。
在我的完美世界中,它应该只有 7 种口味:
- 有广告
- 无广告
- 使用 CustomJarSDK
- 没有 CustomJarSDK
- 对于谷歌播放
- 对于亚马逊商店
- 对于三星应用
在我的完美世界中,应该有一种方法可以在 gradle 中结合口味,例如:
- 带广告 + SamsungApps + CustomJarSDK
- 没有广告 + GooglePlay
- ETC...
那可能吗?或者你被诅咒并被迫拥有所有这些味道......??????
- 对于带有广告的 GooglePlay
- 对于带有广告和 CustomJarSDK 的 GooglePlay
- 对于没有广告的 GooglePlay
- 对于没有广告和 CustomJarSDK 的 GooglePlay
- 对于有广告的亚马逊商店
- 对于带有广告和 CustomJarSDK 的 AmazonStore
- 对于没有广告的亚马逊商店
- 对于没有广告和使用 CustomJarSDK 的 AmazonStore
- 对于带有广告的三星应用
- 对于带有广告和 CustomJarSDK 的 SamsungApps
- 对于没有广告的 SamsungApps
- 对于没有广告和 CustomJarSDK 的 SamsungApps