Skip to content

Commit 9daa967

Browse files
committed
release/3.4.0-beta.1: updated Appodeal Flutter SDK part; updated CHANGELOG.md; updated README.md;
1 parent 6799078 commit 9daa967

File tree

4 files changed

+81
-72
lines changed

4 files changed

+81
-72
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.4.0-beta.1
4+
5+
### Updated SDKs
6+
7+
- Updated Appodeal iOS SDK to [3.4.0-beta.2](https://docs.appodeal.com/ios/next/get-started)
8+
- Updated Appodeal Android SDK to [3.4.0-beta.1](https://docs.appodeal.com/android/next/get-started)
9+
310
## 3.3.3
411

512
### Updated SDKs

README.md

Lines changed: 72 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Official Appodeal Flutter Plugin for your Flutter application.
44

5-
## Appodeal SDK 3.3.3
5+
## Appodeal SDK 3.4.0-beta.1
66

77
- **Google CMP and TCF v2 Support**
88
- To enhance the relevance of ads for your users and comply with regulations like GDPR and CCPA,
@@ -57,7 +57,7 @@ Add the dependency to the `pubspec.yaml` file in your project:
5757

5858
```yaml
5959
dependencies:
60-
stack_appodeal_flutter: 3.3.3
60+
stack_appodeal_flutter: 3.4.0-beta.1
6161
```
6262
6363
Install the plugin by running the command below in the terminal:
@@ -86,59 +86,60 @@ platform :ios, '13.0'
8686
use_frameworks!
8787

8888
def appodeal
89-
pod 'Appodeal', '3.3.2'
90-
pod 'APDAmazonAdapter', '3.3.2.0'
91-
pod 'APDAppLovinAdapter', '3.3.2.0'
92-
pod 'APDAppLovinMAXAdapter', '3.3.2.0'
93-
pod 'APDBidMachineAdapter', '3.3.2.0'
94-
pod 'APDBidonAdapter', '3.3.2.0'
95-
pod 'APDBigoAdsAdapter', '3.3.2.0'
96-
pod 'APDDTExchangeAdapter', '3.3.2.0'
97-
pod 'APDGoogleAdMobAdapter', '3.3.2.0'
98-
pod 'APDIABAdapter', '3.3.2.0'
99-
pod 'APDInMobiAdapter', '3.3.2.0'
100-
pod 'APDIronSourceAdapter', '3.3.2.0'
101-
pod 'APDMetaAudienceNetworkAdapter', '3.3.2.0'
102-
pod 'APDMintegralAdapter', '3.3.2.0'
103-
pod 'APDMyTargetAdapter', '3.3.2.0'
104-
pod 'APDPangleAdapter', '3.3.2.0'
105-
pod 'APDSentryAdapter', '3.3.2.0'
106-
pod 'APDUnityAdapter', '3.3.2.0'
107-
pod 'APDVungleAdapter', '3.3.2.0'
108-
pod 'APDYandexAdapter', '3.3.2.0'
109-
pod 'AmazonPublisherServicesSDK', '4.9.2'
110-
pod 'AppLovinMediationAmazonAdMarketplaceAdapter', '4.9.2.0'
111-
pod 'AppLovinMediationBidMachineAdapter', '2.6.0.0'
112-
pod 'AppLovinMediationFacebookAdapter', '6.15.0.0'
113-
pod 'AppLovinMediationFyberAdapter', '8.3.1.0'
114-
pod 'AppLovinMediationGoogleAdManagerAdapter', '11.5.0.0'
115-
pod 'AppLovinMediationGoogleAdapter', '11.5.0.0'
116-
pod 'AppLovinMediationInMobiAdapter', '10.7.2.0'
117-
pod 'AppLovinMediationIronSourceAdapter', '8.1.0.0.1'
118-
pod 'AppLovinMediationMintegralAdapter', '7.6.1.0.0'
119-
pod 'AppLovinMediationMyTargetAdapter', '5.20.1.1'
120-
pod 'AppLovinMediationUnityAdsAdapter', '4.11.3.2'
121-
pod 'AppLovinMediationVungleAdapter', '7.3.0.0'
122-
pod 'AppLovinMediationYandexAdapter', '5.2.1.0'
123-
pod 'BidMachineAmazonAdapter', '2.6.0.1'
124-
pod 'BidMachineMetaAudienceAdapter', '2.6.0.0'
125-
pod 'BidMachineMintegralAdapter', '2.6.0.0'
126-
pod 'BidMachineMyTargetAdapter', '2.6.0.0'
127-
pod 'BidMachinePangleAdapter', '2.6.0.0'
128-
pod 'BidMachineVungleAdapter', '2.6.0.0'
129-
pod 'BidonAdapterAmazon', '0.6.0.0'
130-
pod 'BidonAdapterAppLovin', '0.6.0.0'
131-
pod 'BidonAdapterBidMachine', '0.6.0.0'
132-
pod 'BidonAdapterBigoAds', '0.6.0.0'
133-
pod 'BidonAdapterDTExchange', '0.6.0.0'
134-
pod 'BidonAdapterGoogleAdManager', '0.6.0.0'
135-
pod 'BidonAdapterGoogleMobileAds', '0.6.0.0'
136-
pod 'BidonAdapterInMobi', '0.6.0.0'
137-
pod 'BidonAdapterMetaAudienceNetwork', '0.6.0.0'
138-
pod 'BidonAdapterMintegral', '0.6.0.0'
139-
pod 'BidonAdapterUnityAds', '0.6.0.0'
140-
pod 'BidonAdapterVungle', '0.6.0.0'
141-
pod 'myTrackerSDK', '3.1.7'
89+
pod 'Appodeal', '3.4.0-beta.2'
90+
pod 'APDAmazonAdapter', '3.4.0.0-beta.2'
91+
pod 'APDAppLovinAdapter', '3.4.0.0-beta.2'
92+
pod 'APDAppLovinMAXAdapter', '3.4.0.0-beta.2'
93+
pod 'APDBidMachineAdapter', '3.4.0.0-beta.2'
94+
pod 'APDBidonAdapter', '3.4.0.0-beta.2'
95+
pod 'APDBigoAdsAdapter', '3.4.0.0-beta.2'
96+
pod 'APDDTExchangeAdapter', '3.4.0.0-beta.2'
97+
pod 'APDGoogleAdMobAdapter', '3.4.0.0-beta.2'
98+
pod 'APDIABAdapter', '3.4.0.0-beta.2'
99+
pod 'APDInMobiAdapter', '3.4.0.0-beta.2'
100+
pod 'APDIronSourceAdapter', '3.4.0.0-beta.2'
101+
pod 'APDMetaAudienceNetworkAdapter', '3.4.0.0-beta.2'
102+
pod 'APDMintegralAdapter', '3.4.0.0-beta.2'
103+
pod 'APDMyTargetAdapter', '3.4.0.0-beta.2'
104+
pod 'APDPangleAdapter', '3.4.0.0-beta.2'
105+
pod 'APDUnityAdapter', '3.4.0.0-beta.2'
106+
pod 'APDVungleAdapter', '3.4.0.0-beta.2'
107+
pod 'APDYandexAdapter', '3.4.0.0-beta.2'
108+
pod 'AmazonPublisherServicesSDK', '4.9.7'
109+
pod 'AppLovinMediationAmazonAdMarketplaceAdapter'
110+
pod 'AppLovinMediationBidMachineAdapter'
111+
pod 'AppLovinMediationFacebookAdapter'
112+
pod 'AppLovinMediationFyberAdapter'
113+
pod 'AppLovinMediationGoogleAdManagerAdapter'
114+
pod 'AppLovinMediationGoogleAdapter'
115+
pod 'AppLovinMediationInMobiAdapter'
116+
pod 'AppLovinMediationIronSourceAdapter'
117+
pod 'AppLovinMediationMintegralAdapter'
118+
pod 'AppLovinMediationMyTargetAdapter'
119+
pod 'AppLovinMediationUnityAdsAdapter'
120+
pod 'AppLovinMediationVungleAdapter'
121+
pod 'AppLovinMediationYandexAdapter'
122+
pod 'BidMachineAmazonAdapter'
123+
pod 'BidMachineMetaAudienceAdapter', '3.0.1.0'
124+
pod 'BidMachineMintegralAdapter', '3.0.1.0'
125+
pod 'BidMachineMyTargetAdapter', '3.0.1.1'
126+
pod 'BidMachinePangleAdapter', '3.0.1.0'
127+
pod 'BidMachineVungleAdapter', '3.0.1.0'
128+
pod 'BidonAdapterAppLovin', '0.7.0.0-beta.1'
129+
pod 'BidonAdapterBidMachine', '0.7.0.0-beta.1'
130+
pod 'BidonAdapterBigoAds', '0.7.0.0-beta.1'
131+
pod 'BidonAdapterChartboost', '0.7.0.0-beta.1'
132+
pod 'BidonAdapterDTExchange', '0.7.0.0-beta.1'
133+
pod 'BidonAdapterGoogleAdManager', '0.7.0.0-beta.1'
134+
pod 'BidonAdapterGoogleMobileAds', '0.7.0.0-beta.1'
135+
pod 'BidonAdapterInMobi', '0.7.0.0-beta.1'
136+
pod 'BidonAdapterIronSource', '0.7.0.0-beta.1'
137+
pod 'BidonAdapterMetaAudienceNetwork', '0.7.0.0-beta.1'
138+
pod 'BidonAdapterMintegral', '0.7.0.0-beta.1'
139+
pod 'BidonAdapterMyTarget', '0.7.0.0-beta.1'
140+
pod 'BidonAdapterUnityAds', '0.7.0.0-beta.1'
141+
pod 'BidonAdapterVungle', '0.7.0.0-beta.1'
142+
pod 'BidonAdapterYandex', '0.7.0.0-beta.1'
142143
end
143144

144145
target 'Runner' do
@@ -1198,7 +1199,7 @@ Add dependencies into `build.gradle` (module: app)
11981199
``` groovy
11991200
dependencies {
12001201
// ... other project dependencies
1201-
implementation ('com.appodeal.ads:sdk:3.3.3.0') {
1202+
implementation ('com.appodeal.ads:sdk:3.4.0.0-beta.1') {
12021203
exclude group: 'com.appodeal.ads.sdk.services', module: 'adjust'
12031204
exclude group: 'com.appodeal.ads.sdk.services', module: 'appsflyer'
12041205
exclude group: 'com.appodeal.ads.sdk.services', module: 'firebase'
@@ -1216,6 +1217,7 @@ allprojects {
12161217
...
12171218
jcenter()
12181219
maven { url "https://artifactory.appodeal.com/appodeal" }
1220+
maven { url "https://artifactory.appodeal.com/appodeal-beta-public" }
12191221
...
12201222
}
12211223
}
@@ -1295,7 +1297,7 @@ In your *network_security_config.xml* file, add `base-config` that sets `clearte
12951297
dependencies {
12961298
...
12971299
// ... other project dependencies
1298-
implementation('com.appodeal.ads:sdk:3.3.3.0') {
1300+
implementation('com.appodeal.ads:sdk:3.4.0.0-beta.1') {
12991301
// ad networks
13001302
exclude group: "com.appodeal.ads.sdk.networks", module: "admob"
13011303
exclude group: "org.bidon", module: "admob-adapter"
@@ -1315,11 +1317,11 @@ In your *network_security_config.xml* file, add `base-config` that sets `clearte
13151317
Remove next pods from `Podfile`:
13161318

13171319
```ruby
1318-
pod 'APDGoogleAdMobAdapter', '3.3.2.0'
1319-
pod 'BidonAdapterGoogleAdManager', '0.6.0.0'
1320-
pod 'BidonAdapterGoogleMobileAds', '0.6.0.0'
1321-
pod 'AppLovinMediationGoogleAdManagerAdapter', '11.5.0.0'
1322-
pod 'AppLovinMediationGoogleAdapter', '11.5.0.0'
1320+
pod 'APDGoogleAdMobAdapter', '3.4.0.0-beta.2'
1321+
pod 'BidonAdapterGoogleAdManager', '0.7.0.0-beta.1'
1322+
pod 'BidonAdapterGoogleMobileAds', '0.7.0.0-beta.1'
1323+
pod 'AppLovinMediationGoogleAdManagerAdapter'
1324+
pod 'AppLovinMediationGoogleAdapter'
13231325
```
13241326

13251327
## Services
@@ -1334,7 +1336,7 @@ Add dependencies into build.gradle (module: app)
13341336
```groovy
13351337
dependencies {
13361338
// ... other project dependencies
1337-
implementation 'com.appodeal.ads.sdk.services:adjust:3.3.3.0'
1339+
implementation 'com.appodeal.ads.sdk.services:adjust:3.4.0.0-beta.1'
13381340
}
13391341
```
13401342

@@ -1343,7 +1345,7 @@ Add dependencies into _Podfile_
13431345
```ruby
13441346
def appodeal
13451347
// ... other project pods
1346-
pod 'APDAdjustAdapter', '3.3.2.0'
1348+
pod 'APDAdjustAdapter', '3.4.0.0-beta.2'
13471349
end
13481350
```
13491351

@@ -1354,7 +1356,7 @@ Add dependencies into build.gradle (module: app)
13541356
```groovy
13551357
dependencies {
13561358
// ... other project dependencies
1357-
implementation 'com.appodeal.ads.sdk.services:appsflyer:3.3.3.0'
1359+
implementation 'com.appodeal.ads.sdk.services:appsflyer:3.4.0.0-beta.1'
13581360
}
13591361
```
13601362

@@ -1363,7 +1365,7 @@ Add dependencies into _Podfile_
13631365
```ruby
13641366
def appodeal
13651367
// ... other project pods
1366-
pod 'APDAppsFlyerAdapter', '3.3.2.0'
1368+
pod 'APDAppsFlyerAdapter', '3.4.0.0-beta.2'
13671369
end
13681370
```
13691371

@@ -1374,7 +1376,7 @@ Add dependencies into build.gradle (module: app)
13741376
```groovy
13751377
dependencies {
13761378
// ... other project dependencies
1377-
implementation 'com.appodeal.ads.sdk.services:firebase:3.3.3.0'
1379+
implementation 'com.appodeal.ads.sdk.services:firebase:3.4.0.0-beta.1'
13781380
}
13791381
```
13801382

@@ -1383,7 +1385,7 @@ Add dependencies into _Podfile_
13831385
```ruby
13841386
def appodeal
13851387
// ... other project pods
1386-
pod 'APDFirebaseAdapter', '3.3.2.0'
1388+
pod 'APDFirebaseAdapter', '3.4.0.0-beta.2'
13871389
end
13881390
```
13891391

@@ -1394,7 +1396,7 @@ Add dependencies into build.gradle (module: app)
13941396
```groovy
13951397
dependencies {
13961398
// ... other project dependencies
1397-
implementation 'com.appodeal.ads.sdk.services:facebook_analytics:3.3.3.0'
1399+
implementation 'com.appodeal.ads.sdk.services:facebook_analytics:3.4.0.0-beta.1'
13981400
}
13991401
```
14001402

@@ -1403,7 +1405,7 @@ Add dependencies into _Podfile_
14031405
```ruby
14041406
def appodeal
14051407
// ... other project pods
1406-
pod 'APDFacebookAdapter', '3.3.2.0'
1408+
pod 'APDFacebookAdapter', '3.4.0.0-beta.2'
14071409
end
14081410
```
14091411

lib/src/appodeal.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class Appodeal {
347347

348348
/// Gets SDK version.
349349
static String getSDKVersion() {
350-
return "3.3.3";
350+
return "3.4.0-beta.1";
351351
}
352352

353353
/// Gets SDK platform version.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stack_appodeal_flutter
22
description: Official Flutter plugin to support Appodeal SDK for Android and iOS platforms. Support Consent Dialog for GDPR/CCPA zone.
3-
version: 3.3.3
3+
version: 3.4.0-beta.1
44
homepage: https://github.com/appodeal
55
repository: https://github.com/appodeal/Appodeal-Flutter-Plugin
66

0 commit comments

Comments
 (0)