美文网首页
could not find dependency aliyun

could not find dependency aliyun

作者: 今天天气很好我心情也很好 | 来源:发表于2018-03-21 12:00 被阅读0次

    加入debug 和beta

    buildTypes {

    debug {

    //关键代码,release, debug为library中已有buildType

            matchingFallbacks = ['release','debug']

    }

    beta {

    //关键代码,release, debug为library中已有buildType

            matchingFallbacks = ['release','debug']

    }

    release {

    minifyEnabledfalse

            proguardFiles getDefaultProguardFile('proguard-android.txt'),'proguard-rules.pro'

        }

    }

    相关文章

      网友评论

          本文标题:could not find dependency aliyun

          本文链接:https://www.haomeiwen.com/subject/wdnwqftx.html