实现基于渠道和buildType(debug,release)的打包
生活随笔
收集整理的這篇文章主要介紹了
实现基于渠道和buildType(debug,release)的打包
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
2019獨角獸企業(yè)重金招聘Python工程師標準>>>
build增加結(jié)構(gòu)體 configurations {//寫博客productTedSDKCompileproductDevDebugCompileproductDevReleaseCompile }dependencies {productTedSDKCompile fileTree(dir: 'libs', include: ['*.jar'])productDevDebugCompile project(path: ':app', configuration: 'debug')productDevReleaseCompile project(path: ':app', configuration: 'release') }?
轉(zhuǎn)載于:https://my.oschina.net/sfshine/blog/1865440
總結(jié)
以上是生活随笔為你收集整理的实现基于渠道和buildType(debug,release)的打包的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 分享一下之前的作品,猜猜是谁
- 下一篇: 使用Formik轻松开发更高质量的Rea