Skip to content

Commit

Permalink
Update 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Str4tos committed Jun 17, 2024
1 parent 1626bba commit 5145b50
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Adapters/BigoAds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`com.cleveradssolutions:bigo:`
Read Bigo Ads SDK releases [here](https://www.bigossp.com/guide/sdk/android/version).

### 4.8.0.0
- Certified with Bigo Ads - 4.8.0

### 4.7.4.0
- Certified with Bigo Ads - 4.7.4

Expand Down
3 changes: 3 additions & 0 deletions Adapters/HyprMX/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`com.cleveradssolutions:hyprmx:`
Read HyprMX SDK releases [here](https://documentation.hyprmx.com/android-sdk/).

### 6.4.1.0
- Certified with HyprMX - 6.4.1

### 6.4.0.0
- Certified with HyprMX - 6.4.0

Expand Down
3 changes: 3 additions & 0 deletions Adapters/InMobi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`com.cleveradssolutions:inmobi:`
Read InMobi SDK releases [here](https://support.inmobi.com/monetize/sdk-documentation/android-guidelines/changelogs-android/android-changelogs-kotlin).

### 10.7.4.0
- Certified with InMobi - 10.7.4

### 10.6.7.0
- Certified with InMobi - 10.6.7

Expand Down
3 changes: 3 additions & 0 deletions Adapters/LiftoffMonetize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`com.cleveradssolutions:vungle:`
Read Liftoff Monetize SDK releases [here](https://support.vungle.com/hc/en-us/articles/15722228922395-Download-Vungle-SDK-for-Android-Amazon).

### 7.3.2.1
- Fixes focus on DFF privacy compatibility.

### 7.3.2.0
- Certified with Liftoff Monetize - 7.3.2

Expand Down
3 changes: 3 additions & 0 deletions Adapters/Madex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Madex Android Mediation Adapter Changelog
`com.cleveradssolutions:madex:`

### 1.4.2.0
- Certified with Madex - 1.4.2

### 1.4.0.0
- Certified with Madex - 1.4.0

Expand Down
3 changes: 3 additions & 0 deletions Adapters/MetaAudienceNetwork/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`com.cleveradssolutions:facebook:`
Read Meta Audience Network SDK releases [here](https://developers.facebook.com/docs/audience-network/setting-up/platform-setup/android/changelog).

### 6.17.0.1
- Internal improvements.

### 6.17.0.0
- Certified with Meta Audience Network - 6.17.0

Expand Down
3 changes: 3 additions & 0 deletions Adapters/Mintegral/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`com.cleveradssolutions:mintegral:`
Read Mintegral SDK releases [here](http://cdn-adn.rayjump.com/cdn-adn/v2/markdown_v2/index.html?file=sdk-m_sdk-android&lang=en).

### 16.7.61.0
- Certified with Mintegral - 16.7.61

### 16.7.41.0
- Certified with Mintegral - 16.7.41

Expand Down
3 changes: 3 additions & 0 deletions Adapters/Ogury/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ com.cleveradssolutions:ogury:
### 5.7.0.0
- Certified with Ogury - 5.7.0

### 5.7.0.0
- Certified with Ogury - 5.7.0

###
3 changes: 3 additions & 0 deletions Adapters/StartIO/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`com.cleveradssolutions:startio:`
Read StartIO SDK releases [here](https://support.start.io/hc/en-us/articles/5813405015442-Android-SDK-Change-Log).

### 5.0.1.0
- Certified with Start IO - 5.0.1

### 4.11.5.2
- Fixed the `AdsSize.inline`.

Expand Down
3 changes: 3 additions & 0 deletions Adapters/UnityAds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`com.cleveradssolutions:unity:`
Read Unity Ads SDK releases [here](https://docs.unity.com/ads/en-us/manual/Changelog).

### 4.12.0.0
- Certified with Unity Ads - 4.12.0

### 4.11.3.0
- Certified with Unity Ads - 4.11.3

Expand Down
3 changes: 3 additions & 0 deletions Adapters/YandexMobileAds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`com.cleveradssolutions:yandex:`
Read Yandex Mobile Ads SDK releases [here](https://github.com/yandexmobile/yandex-ads-sdk-android/blob/master/changelogs/mobileads/CHANGELOG.md).

### 27.1.0.0
- Certified with Yandex Mobile Ads - 7.1.0

### 27.0.1.0
- Certified with Yandex Mobile Ads - 7.0.1
- Fixed calculations of the Adaptive Banner ad size.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.cas_version = '3.7.3'
ext.cas_version = '3.8.0'

ext.kotlin_version = '1.8.22'

Expand All @@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
12 changes: 9 additions & 3 deletions javaSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
apply plugin: 'com.android.application'
plugins {
id('com.android.application')
id("com.cleveradssolutions.gradle-plugin") version "$cas_version"
}

cas {
includeFamiliesAds = true
useAdvertisingId = true
}

android {
compileSdk = 34
Expand Down Expand Up @@ -33,6 +41,4 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.6.1'

implementation "com.cleveradssolutions:cas-families:$cas_version"
}
5 changes: 0 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ dependencyResolutionManagement {
url = "https://s3.amazonaws.com/smaato-sdk-releases/"
content { it.includeGroup("com.smaato.android.sdk") }
}
maven {
name = "HyprMXAdsRepo"
url = "https://hyprmx.jfrog.io/artifactory/hyprmx"
content { it.includeGroup("com.hyprmx.android") }
}
maven {
name = "MadexAdsRepo"
url = "https://sdkpkg.sspnet.tech"
Expand Down

0 comments on commit 5145b50

Please sign in to comment.