Skip to content

Commit

Permalink
更新穿山甲SDK到v3.4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifmvo committed Jan 12, 2021
1 parent 1cdd2b5 commit bce4ec0
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 20 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ TogetherAd 是全部由 Kotlin 编写的 Android 开源项目。( Java 编写的
dependencies {
//穿山甲( 头条 )
implementation 'com.matthewchen.togetherad:csj:4.0.8-3.3.0.3'
implementation 'com.matthewchen.togetherad:csj:4.0.9-3.4.1.0'
//优量汇( 腾讯广点通 )
implementation 'com.matthewchen.togetherad:gdt:4.0.8-4.310.1180'
implementation 'com.matthewchen.togetherad:gdt:4.0.9-4.310.1180'
//百青藤 ( 百度 Mob )
implementation 'com.matthewchen.togetherad:baidu:4.0.8-5.91'
implementation 'com.matthewchen.togetherad:baidu:4.0.9-5.91'
}
```
Expand All @@ -59,8 +59,9 @@ dependencies {
## 最新版本

## 4.0.8 (2020.12.24)
## 4.0.9 (2021.01.12)
1. 全部请求失败也返回错误日志: onAdFailedAll(failedMsg: String?)
2. 更新穿山甲SDK到 v3.4.1.0

[点击查看更多日志](doc/update_log.md)

Expand Down
4 changes: 2 additions & 2 deletions baidu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "4.0.8-5.91"
versionName "4.0.9-5.91"
}

lintOptions{
Expand Down Expand Up @@ -40,7 +40,7 @@ publish {
userOrg = 'matthewchen'
groupId = 'com.matthewchen.togetherad'
artifactId = 'baidu'
publishVersion = '4.0.8-5.91'
publishVersion = '4.0.9-5.91'
desc = 'A fast integration framework for a advertising platform.'
website = "https://github.com/ifmvo/TogetherAd"
}
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "4.0.8"
versionName "4.0.9"
}

lintOptions{
Expand All @@ -33,7 +33,7 @@ publish {
userOrg = 'matthewchen'
groupId = 'com.matthewchen.togetherad'
artifactId = 'core'
publishVersion = '4.0.8'
publishVersion = '4.0.9'
desc = 'A fast integration framework for a advertising platform.'
website = "https://github.com/ifmvo/TogetherAd"
}
4 changes: 2 additions & 2 deletions csj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "4.0.8-3.3.0.3"
versionName "4.0.9-3.4.1.0"
}

lintOptions{
Expand Down Expand Up @@ -41,7 +41,7 @@ publish {
userOrg = 'matthewchen'
groupId = 'com.matthewchen.togetherad'
artifactId = 'csj'
publishVersion = '4.0.8-3.3.0.3'
publishVersion = '4.0.9-3.4.1.0'
desc = 'A fast integration framework for a advertising platform.'
website = "https://github.com/ifmvo/TogetherAd"
}
Binary file modified csj/libs/open_ad_sdk.aar
Binary file not shown.
8 changes: 4 additions & 4 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "4.0.8"
versionName "4.0.9"
multiDexEnabled true
}

Expand Down Expand Up @@ -64,11 +64,11 @@ dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4'

// //穿山甲( 头条 )
// implementation 'com.matthewchen.togetherad:csj:4.0.8-3.3.0.3'
// implementation 'com.matthewchen.togetherad:csj:4.0.9-3.4.1.0'
// //优量汇( 腾讯广点通 )
// implementation 'com.matthewchen.togetherad:gdt:4.0.8-4.310.1180'
// implementation 'com.matthewchen.togetherad:gdt:4.0.9-4.310.1180'
// //百青藤 ( 百度 Mob )
// implementation 'com.matthewchen.togetherad:baidu:4.0.8-5.91'
// implementation 'com.matthewchen.togetherad:baidu:4.0.9-5.91'


//TogetherAd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ object MainMenuHelper {

private val menuMainList = arrayListOf(
mapOf(
"title" to "广告聚合 4.0.8",
"desc" to "穿山甲3.3.0.3;优量汇4.310.1180;百度5.91"
"title" to "广告聚合 4.0.9",
"desc" to "穿山甲3.4.1.0;优量汇4.310.1180;百度5.91"
),
mapOf(
"title" to "开屏",
Expand Down
5 changes: 3 additions & 2 deletions doc/update_log.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# 更新日志

## 4.0.8
## 4.0.9

2020.12.24
2021.01.12

1. 全部请求失败也返回错误日志: onAdFailedAll(failedMsg: String?)
2. 更新穿山甲SDK到 v3.4.1.0

## 4.0.7

Expand Down
4 changes: 2 additions & 2 deletions gdt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "4.0.8-4.310.1180"
versionName "4.0.9-4.310.1180"
}

lintOptions {
Expand Down Expand Up @@ -41,7 +41,7 @@ publish {
userOrg = 'matthewchen'
groupId = 'com.matthewchen.togetherad'
artifactId = 'gdt'
publishVersion = '4.0.8-4.310.1180'
publishVersion = '4.0.9-4.310.1180'
desc = 'A fast integration framework for a advertising platform.'
website = "https://github.com/ifmvo/TogetherAd"
}

0 comments on commit bce4ec0

Please sign in to comment.