实现基于渠道和buildType(debug,release)的打包
生活随笔
收集整理的这篇文章主要介绍了
实现基于渠道和buildType(debug,release)的打包
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
2019独角兽企业重金招聘Python工程师标准>>>
build增加结构体 configurations {//写博客productTedSDKCompileproductDevDebugCompileproductDevReleaseCompile }dependencies {productTedSDKCompile fileTree(dir: 'libs', include: ['*.jar'])productDevDebugCompile project(path: ':app', configuration: 'debug')productDevReleaseCompile project(path: ':app', configuration: 'release') }
转载于:https://my.oschina.net/sfshine/blog/1865440
总结
以上是生活随笔为你收集整理的实现基于渠道和buildType(debug,release)的打包的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 分享一下之前的作品,猜猜是谁
- 下一篇: 使用Formik轻松开发更高质量的Rea