Skip to content

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ifmvo committed Sep 2, 2021
1 parent 94cc43c commit 3de7596
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 17 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ allprojects {
dependencies {
//核心库( 必要 )
implementation 'com.github.ifmvo.TogetherAd:core:5.1.0'
implementation 'com.github.ifmvo.TogetherAd:core:5.1.1'
//腾讯优量汇 ( 可选 )
implementation 'com.github.ifmvo.TogetherAd:gdt:5.1.0'
implementation 'com.github.ifmvo.TogetherAd:gdt:5.1.1'
//穿山甲 ( 可选 )
implementation 'com.github.ifmvo.TogetherAd:csj:5.1.0'
implementation 'com.github.ifmvo.TogetherAd:csj:5.1.1'
//快手联盟 ( 可选 )
implementation 'com.github.ifmvo.TogetherAd:ks:5.1.0'
implementation 'com.github.ifmvo.TogetherAd:ks:5.1.1'
//百度百青藤 ( 可选 )
implementation 'com.github.ifmvo.TogetherAd:baidu:5.1.0'
implementation 'com.github.ifmvo.TogetherAd:baidu:5.1.1'
}
```
Expand Down
4 changes: 2 additions & 2 deletions baidu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
}

dependencies {
api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
// embed(name: 'Baidu_MobAds_SDK-release', ext: 'aar')
// api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
embed(name: 'Baidu_MobAds_SDK-release', ext: 'aar')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

api project(':core')
Expand Down
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ext {
targetSdkVersion : 28,

versionCode : 20210902,
versionName : '5.1.0',
versionName : '5.1.1',
]
}
4 changes: 2 additions & 2 deletions csj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
}

dependencies {
api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
// embed(name: 'open_ad_sdk_3.9.0.5', ext: 'aar')
// api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
embed(name: 'open_ad_sdk_3.9.0.5', ext: 'aar')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

api project(':core')
Expand Down
11 changes: 11 additions & 0 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,15 @@ dependencies {
implementation project(':ks')
implementation project(':baidu')

// //核心库( 必要 )
// implementation 'com.github.ifmvo.TogetherAd:core:5.1.1'
// //腾讯优量汇 ( 可选 )
// implementation 'com.github.ifmvo.TogetherAd:gdt:5.1.1'
// //穿山甲 ( 可选 )
// implementation 'com.github.ifmvo.TogetherAd:csj:5.1.1'
// //快手联盟 ( 可选 )
// implementation 'com.github.ifmvo.TogetherAd:ks:5.1.1'
// //百度百青藤 ( 可选 )
// implementation 'com.github.ifmvo.TogetherAd:baidu:5.1.1'

}
2 changes: 1 addition & 1 deletion demo/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":20210721,"versionName":"5.1.0","enabled":true,"outputFile":"TogetherAdDemo_20210831.apk","fullName":"release","baseName":"release"},"path":"TogetherAdDemo_20210831.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":20210721,"versionName":"5.1.1","enabled":true,"outputFile":"TogetherAdDemo_20210831.apk","fullName":"release","baseName":"release"},"path":"TogetherAdDemo_20210831.apk","properties":{}}]
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object MainMenuHelper {

private val menuMainList = arrayListOf(
mapOf(
"title" to "广告大全 5.1.0",
"title" to "广告大全 5.1.1",
"desc" to "穿山甲3.9.0.5;优量汇4.400.1270;快手3.3.10.2;百度5.91"
),
mapOf(
Expand Down
2 changes: 1 addition & 1 deletion doc/update_log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

## 5.1.0
## 5.1.1
1. 对应版本:穿山甲3.9.0.5;优量汇4.400.1270;快手3.3.10.2;百度5.91
2. 新增快手提供商(目前支持 开屏、激励、全屏视频、插屏)

Expand Down
4 changes: 2 additions & 2 deletions gdt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
}

dependencies {
api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
// embed(name: 'GDTSDK.unionNormal.4.400.1270', ext: 'aar')
// api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
embed(name: 'GDTSDK.unionNormal.4.400.1270', ext: 'aar')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

api project(':core')
Expand Down
9 changes: 7 additions & 2 deletions ks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.kezong.fat-aar'

// JitPack Maven
apply plugin: 'com.github.dcendents.android-maven'
// Your Group
group = 'com.github.ifmvo'

android {
compileSdkVersion rootProject.ext.android.compileSdkVersion
defaultConfig {
Expand All @@ -25,8 +30,8 @@ android {
}

dependencies {
api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
// embed(name: 'kssdk-ad--3.3.10.2-publishRelease-3cffa2edf', ext: 'aar')
// api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
embed(name: 'kssdk-ad--3.3.10.2-publishRelease-3cffa2edf', ext: 'aar')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

api project(':core')
Expand Down

0 comments on commit 3de7596

Please sign in to comment.