Skip to content

Commit 4cf740f

Browse files
committed
cm
1 parent 89f57b0 commit 4cf740f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
EasyAds_version = version
88

99
//是否进行SDK版本发布,true会通过embed 绑定广告aar到渠道处理包中
10-
releaseSDK = true
10+
releaseSDK = false
1111
}
1212

1313

example/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ repositories {
4242
}
4343
dependencies {
4444

45-
def version = "t6"
45+
def version = "1.0"
4646

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"
47+
// implementation "com.github.bayescom:EasyAds-Android:$version"
48+
// implementation "com.github.bayescom:easyads:1.0"
49+
// implementation "com.github.bayescom:EasyAds-Android:easyylh:1.0_4431"
50+
// implementation "com.github.bayescom:EasyAds-Android:$version"
5151
// implementation "com.github.bayescom:EasyAds-Android:easyks:$version"
5252
// implementation "com.github.bayescom:EasyAds-Android:easybd:$version"
5353

0 commit comments

Comments
 (0)