File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
3- def version = ' 1.0.1 '
3+ def version = ' 1.0'
44
55ext {
66 // 统一版本号,同时使用在渠道版本号信息中
77 EasyAds_version = version
88
9- // 是否进行SDK版本发布,此开关影响了build.gradle中的aar引用配置
10- releaseSDK = false
9+ // 是否进行SDK版本发布,true会通过embed 绑定广告aar到渠道处理包中
10+ releaseSDK = true
1111}
1212
1313
Original file line number Diff line number Diff line change @@ -41,16 +41,22 @@ repositories {
4141 dirs ' libs'
4242 }
4343 dependencies {
44- // implementation 'com.github.bayescom:EasyAds-Android:easyads:1.0.1'
45- // implementation 'com.github.bayescom:EasyAds-Android:easybd:1.0.1'
46- // implementation 'com.github.bayescom:EasyAds-Android:easycsj:1.0.1'
47- //
48- implementation project(path : ' :easyads' )
4944
50- implementation project(path : ' :easyylh' )
51- implementation project(path : ' :easycsj' )
52- implementation project(path : ' :easybd' )
53- implementation project(path : ' :easyks' )
45+ def version = " t6"
46+
47+ implementation " com.github.bayescom:EasyAds-Android:$version "
48+ // implementation "com.github.bayescom:EasyAds-Android:easyads:$version"
49+ // implementation "com.github.bayescom:EasyAds-Android:easyylh:$version"
50+ // implementation "com.github.bayescom:EasyAds-Android:easycsj:$version"
51+ // implementation "com.github.bayescom:EasyAds-Android:easyks:$version"
52+ // implementation "com.github.bayescom:EasyAds-Android:easybd:$version"
53+
54+ // implementation project(path: ':easyads')
55+ //
56+ // implementation project(path: ':easyylh')
57+ // implementation project(path: ':easycsj')
58+ // implementation project(path: ':easybd')
59+ // implementation project(path: ':easyks')
5460
5561 // 小米广告SDK
5662 implementation(name : " mimo-ad-sdk" , ext : " aar" )
You can’t perform that action at this time.
0 commit comments