Skip to content

Commit

Permalink
cm
Browse files Browse the repository at this point in the history
  • Loading branch information
flayone committed Dec 20, 2021
1 parent 89f57b0 commit 4cf740f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
EasyAds_version = version

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


Expand Down
10 changes: 5 additions & 5 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ repositories {
}
dependencies {

def version = "t6"
def version = "1.0"

implementation "com.github.bayescom:EasyAds-Android:$version"
// implementation "com.github.bayescom:EasyAds-Android:easyads:$version"
// implementation "com.github.bayescom:EasyAds-Android:easyylh:$version"
// implementation "com.github.bayescom:EasyAds-Android:easycsj:$version"
// implementation "com.github.bayescom:EasyAds-Android:$version"
// implementation "com.github.bayescom:easyads:1.0"
// implementation "com.github.bayescom:EasyAds-Android:easyylh:1.0_4431"
// implementation "com.github.bayescom:EasyAds-Android:$version"
// implementation "com.github.bayescom:EasyAds-Android:easyks:$version"
// implementation "com.github.bayescom:EasyAds-Android:easybd:$version"

Expand Down

0 comments on commit 4cf740f

Please sign in to comment.