Skip to content

Commit 5c0a590

Browse files
authored
Merge pull request #47 from appodeal/release/3.2.0-beta.1
Release/3.2.0-beta.1 (SDK-5213)
2 parents 3be31cd + 147c5d8 commit 5c0a590

File tree

19 files changed

+172
-99
lines changed

19 files changed

+172
-99
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.2.0-beta.1
2+
3+
* Updated Gradle Plugin version to 7.3.1
4+
* Updated iOS Deployment Target version to 13.0
5+
* Updated Appodeal iOS SDK to 3.2.0-beta.1
6+
* Updated Appodeal Android SDK to 3.2.0-beta.1
7+
18
## 3.1.3
29

310
* Promoted the beta release to the stable version

README.md

Lines changed: 62 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the dependency to the `pubspec.yaml` file in your project:
4343

4444
```yaml
4545
dependencies:
46-
stack_appodeal_flutter: 3.1.3
46+
stack_appodeal_flutter: 3.2.0-beta.1
4747
```
4848
4949
Install the plugin by running the command below in the terminal:
@@ -61,29 +61,49 @@ $ flutter pub get
6161
source 'https://github.com/appodeal/CocoaPods.git'
6262
source 'https://cdn.cocoapods.org/'
6363

64-
platform :ios, '12.0'
64+
platform :ios, '13.0'
65+
66+
use_frameworks!
6567

6668
def appodeal
67-
pod 'APDAdColonyAdapter', '3.1.3.0'
68-
pod 'BidMachineAdColonyAdapter', '~> 2.3.0.0'
69-
pod 'APDAppLovinAdapter', '3.1.3.0'
70-
pod 'APDBidMachineAdapter', '3.1.3.0' # Required
71-
pod 'BidMachineMintegralAdapter', '~> 2.3.0.0'
72-
pod 'BidMachineAmazonAdapter', '~> 2.3.0.0'
73-
pod 'BidMachineCriteoAdapter', '~> 2.3.0.0'
74-
pod 'BidMachineSmaatoAdapter', '~> 2.3.0.0'
75-
pod 'BidMachineTapjoyAdapter', '~> 2.3.0.0'
76-
pod 'BidMachinePangleAdapter', '~> 2.3.0.0'
77-
pod 'APDGoogleAdMobAdapter', '3.1.3.0'
78-
pod 'APDIronSourceAdapter', '3.1.3.0'
79-
pod 'APDMetaAudienceNetworkAdapter', '3.1.3.0'
80-
pod 'BidMachineMetaAudienceAdapter', '~> 2.3.0.0'
81-
pod 'APDMyTargetAdapter', '3.1.3.0'
82-
pod 'BidMachineMyTargetAdapter', '~> 2.3.0.0'
83-
pod 'APDUnityAdapter', '3.1.3.0'
84-
pod 'APDVungleAdapter', '3.1.3.0'
85-
pod 'BidMachineVungleAdapter', '~> 2.3.0.0'
86-
pod 'APDYandexAdapter', '3.1.3.0'
69+
pod 'Appodeal', '3.2.0-beta.1'
70+
pod 'APDAdColonyAdapter', '3.2.0.0-beta.1'
71+
pod 'BidMachineAdColonyAdapter', '~> 2.3.0'
72+
pod 'APDAppLovinAdapter', '3.2.0.0-beta.1'
73+
pod 'BidonAdapterAppLovin', '~> 0.4'
74+
pod 'APDBidMachineAdapter', '3.2.0.0-beta.1' # Required
75+
pod 'BidMachineAmazonAdapter', '~> 2.3.0'
76+
pod 'BidMachineCriteoAdapter', '~> 2.3.0'
77+
pod 'BidMachineSmaatoAdapter', '~> 2.3.0'
78+
pod 'BidMachineTapjoyAdapter', '~> 2.3.0'
79+
pod 'BidMachinePangleAdapter', '~> 2.3.0'
80+
pod 'APDBidonAdapter', '3.2.0.0-beta.1' # Required
81+
pod 'BidonAdapterBidMachine', '~> 0.4'
82+
pod 'APDBigoAdsAdapter', '3.2.0.0-beta.1'
83+
pod 'BidonAdapterBigoAds', '~> 0.4'
84+
pod 'APDDTExchangeAdapter', '3.2.0.0-beta.1'
85+
pod 'BidonAdapterDTExchange', '~> 0.4'
86+
pod 'APDGoogleAdMobAdapter', '3.2.0.0-beta.1'
87+
pod 'BidonAdapterGoogleMobileAds', '~> 0.4'
88+
pod 'APDIABAdapter', '3.2.0.0-beta.1' # Required
89+
pod 'APDInMobiAdapter', '3.2.0.0-beta.1'
90+
pod 'BidonAdapterInMobi', '~> 0.4'
91+
pod 'APDIronSourceAdapter', '3.2.0.0-beta.1'
92+
pod 'APDMetaAudienceNetworkAdapter', '3.2.0.0-beta.1'
93+
pod 'BidMachineMetaAudienceAdapter', '~> 2.3.0'
94+
pod 'BidonAdapterMetaAudienceNetwork', '~> 0.4'
95+
pod 'APDMintegralAdapter', '3.2.0.0-beta.1'
96+
pod 'BidMachineMintegralAdapter', '~> 2.3.0'
97+
pod 'BidonAdapterMintegral', '~> 0.4'
98+
pod 'APDMyTargetAdapter', '3.2.0.0-beta.1'
99+
pod 'BidMachineMyTargetAdapter', '~> 2.3.0'
100+
pod 'APDStackCrashReporterAdapter', '3.2.0.0-beta.1'
101+
pod 'APDUnityAdapter', '3.2.0.0-beta.1'
102+
pod 'BidonAdapterUnityAds', '~> 0.4'
103+
pod 'APDVungleAdapter', '3.2.0.0-beta.1'
104+
pod 'BidMachineVungleAdapter', '~> 2.3.0'
105+
pod 'BidonAdapterVungle', '~> 0.4'
106+
pod 'APDYandexAdapter', '3.2.0.0-beta.1'
87107
end
88108

89109
target 'Runner' do
@@ -118,7 +138,7 @@ dictionary in your `Info.plist`.
118138
<details>
119139
<summary>There is SKAdNetworks IDs in Info.plist format</summary>
120140

121-
``` xml
141+
```xml
122142
<key>SKAdNetworkItems</key>
123143
<array>
124144
<dict>
@@ -725,10 +745,6 @@ dictionary in your `Info.plist`.
725745
<key>SKAdNetworkIdentifier</key>
726746
<string>mqn7fxpca7.skadnetwork</string>
727747
</dict>
728-
<dict>
729-
<key>SKAdNetworkIdentifier</key>
730-
<string>r26jy69rpl.skadnetwork</string>
731-
</dict>
732748
<dict>
733749
<key>SKAdNetworkIdentifier</key>
734750
<string>633vhxswh4.skadnetwork</string>
@@ -925,6 +941,10 @@ dictionary in your `Info.plist`.
925941
<key>SKAdNetworkIdentifier</key>
926942
<string>cad8qz2s3j.skadnetwork</string>
927943
</dict>
944+
<dict>
945+
<key>SKAdNetworkIdentifier</key>
946+
<string>r26jy69rpl.skadnetwork</string>
947+
</dict>
928948
<dict>
929949
<key>SKAdNetworkIdentifier</key>
930950
<string>jb7bn6koa5.skadnetwork</string>
@@ -1013,6 +1033,10 @@ dictionary in your `Info.plist`.
10131033
<key>SKAdNetworkIdentifier</key>
10141034
<string>z4gj7hsk7h.skadnetwork</string>
10151035
</dict>
1036+
<dict>
1037+
<key>SKAdNetworkIdentifier</key>
1038+
<string>bd757ywx3.skadnetwork</string>
1039+
</dict>
10161040
<dict>
10171041
<key>SKAdNetworkIdentifier</key>
10181042
<string>33r6p7g8nc.skadnetwork</string>
@@ -1023,7 +1047,6 @@ dictionary in your `Info.plist`.
10231047
</dict>
10241048
</array>
10251049
```
1026-
10271050
</details>
10281051

10291052
##### App Transport Security
@@ -1092,11 +1115,12 @@ Add dependencies into `build.gradle` (module: app)
10921115
dependencies {
10931116
...
10941117
// ... other project dependencies
1095-
implementation ('com.appodeal.ads:sdk:3.1.3.+') {
1118+
implementation ('com.appodeal.ads:sdk:3.2.0.0-beta.1') {
10961119
exclude group: 'com.appodeal.ads.sdk.services', module: 'adjust'
10971120
exclude group: 'com.appodeal.ads.sdk.services', module: 'appsflyer'
10981121
exclude group: 'com.appodeal.ads.sdk.services', module: 'firebase'
10991122
exclude group: 'com.appodeal.ads.sdk.services', module: 'facebook_analytics'
1123+
exclude group: 'com.appodeal.ads.sdk.services', module: 'stack_analytics'
11001124
}
11011125
...
11021126
}
@@ -1109,7 +1133,7 @@ allprojects {
11091133
repositories {
11101134
...
11111135
jcenter()
1112-
maven { url "https://artifactory.appodeal.com/appodeal" }
1136+
maven { url "https://artifactory.appodeal.com/appodeal-beta-public" }
11131137
...
11141138
}
11151139
}
@@ -1177,7 +1201,7 @@ Add dependencies into build.gradle (module: app)
11771201
```groovy
11781202
dependencies {
11791203
// ... other project dependencies
1180-
implementation 'com.appodeal.ads.sdk.services:adjust:3.1.3.0'
1204+
implementation 'com.appodeal.ads.sdk.services:adjust:3.2.0.0-beta.1'
11811205
}
11821206
```
11831207

@@ -1186,7 +1210,7 @@ Add dependencies into _Podfile_
11861210
```ruby
11871211
def appodeal
11881212
// ... other project pods
1189-
pod 'APDAdjustAdapter', '3.1.3.0'
1213+
pod 'APDAdjustAdapter', '3.2.0.0-beta.1'
11901214
end
11911215
```
11921216

@@ -1197,7 +1221,7 @@ Add dependencies into build.gradle (module: app)
11971221
```groovy
11981222
dependencies {
11991223
// ... other project dependencies
1200-
implementation 'com.appodeal.ads.sdk.services:appsflyer:3.1.3.0'
1224+
implementation 'com.appodeal.ads.sdk.services:appsflyer:3.2.0.0-beta.1'
12011225
}
12021226
```
12031227

@@ -1206,7 +1230,7 @@ Add dependencies into _Podfile_
12061230
```ruby
12071231
def appodeal
12081232
// ... other project pods
1209-
pod 'APDAppsFlyerAdapter', '3.1.3.0'
1233+
pod 'APDAppsFlyerAdapter', '3.2.0.0-beta.1'
12101234
end
12111235
```
12121236

@@ -1217,7 +1241,7 @@ Add dependencies into build.gradle (module: app)
12171241
```groovy
12181242
dependencies {
12191243
// ... other project dependencies
1220-
implementation 'com.appodeal.ads.sdk.services:firebase:3.1.3.0'
1244+
implementation 'com.appodeal.ads.sdk.services:firebase:3.2.0.0-beta.1'
12211245
}
12221246
```
12231247

@@ -1226,7 +1250,7 @@ Add dependencies into _Podfile_
12261250
```ruby
12271251
def appodeal
12281252
// ... other project pods
1229-
pod 'APDFirebaseAdapter', '3.1.3.0'
1253+
pod 'APDFirebaseAdapter', '3.2.0.0-beta.1'
12301254
end
12311255
```
12321256

@@ -1237,7 +1261,7 @@ Add dependencies into build.gradle (module: app)
12371261
```groovy
12381262
dependencies {
12391263
// ... other project dependencies
1240-
implementation 'com.appodeal.ads.sdk.services:facebook_analytics:3.1.3.0'
1264+
implementation 'com.appodeal.ads.sdk.services:facebook_analytics:3.2.0.0-beta.1'
12411265
}
12421266
```
12431267

@@ -1246,7 +1270,7 @@ Add dependencies into _Podfile_
12461270
```ruby
12471271
def appodeal
12481272
// ... other project pods
1249-
pod 'APDFacebookAdapter', '3.1.3.0'
1273+
pod 'APDFacebookAdapter', '3.2.0.0-beta.1'
12501274
end
12511275
```
12521276

android/build.gradle

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.2.2'
11+
classpath 'com.android.tools.build:gradle:7.3.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
}
1414
}
@@ -17,7 +17,7 @@ rootProject.allprojects {
1717
repositories {
1818
google()
1919
mavenCentral()
20-
maven { url "https://artifactory.appodeal.com/appodeal" }
20+
maven { url "https://artifactory.appodeal.com/appodeal-beta-public" }
2121
}
2222
}
2323

@@ -48,9 +48,10 @@ android {
4848

4949
dependencies {
5050
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
51-
implementation 'com.appodeal.ads.sdk:core:3.1.3'
52-
implementation 'com.appodeal.ads.sdk.networks:iab:3.1.3.0'
53-
implementation 'com.appodeal.ads.sdk.networks:bidmachine:3.1.3.0'
54-
implementation 'com.appodeal.ads.sdk.services:sentry_analytics:3.1.3.0'
55-
implementation 'com.appodeal.ads.sdk.services:stack_analytics:3.1.3.0'
51+
// Appodeal SDK 3.2.0.0-beta.1
52+
implementation 'com.appodeal.ads.sdk:core:3.2.0-beta.1'
53+
implementation 'com.appodeal.ads.sdk.networks:iab:3.2.0.0-beta.1'
54+
implementation 'com.appodeal.ads.sdk.networks:bidon:3.2.0.0-beta.1'
55+
implementation 'com.appodeal.ads.sdk.networks:bidmachine:3.2.0.0-beta.1'
56+
implementation 'com.appodeal.ads.sdk.services:sentry_analytics:3.2.0.0-beta.1'
5657
}

example/android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ flutter {
6363

6464
dependencies {
6565
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
66-
implementation 'com.appodeal.ads:sdk:3.1.3.+'
66+
// Appodeal SDK 3.2.0.0-beta.1
67+
implementation 'com.appodeal.ads:sdk:3.2.0.0-beta.1'
6768
}

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ buildscript {
88
dependencies {
99
classpath 'com.android.tools.build:gradle:7.3.1'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11-
classpath 'com.google.gms:google-services:4.3.15'
11+
classpath 'com.google.gms:google-services:4.4.0'
1212
}
1313
}
1414

1515
allprojects {
1616
repositories {
1717
google()
1818
mavenCentral()
19-
maven { url 'https://artifactory.appodeal.com/appodeal' }
19+
maven { url "https://artifactory.appodeal.com/appodeal-beta-public" }
2020
}
2121
}
2222

example/ios/Podfile

Lines changed: 44 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '12.0'
1+
platform :ios, '13.0'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
@@ -26,26 +26,49 @@ source 'https://github.com/appodeal/CocoaPods.git'
2626
source 'https://cdn.cocoapods.org/'
2727

2828
def appodeal
29-
pod 'APDAdColonyAdapter', '3.1.3.0'
30-
pod 'BidMachineAdColonyAdapter', '~> 2.3.0.0'
31-
pod 'APDAppLovinAdapter', '3.1.3.0'
32-
pod 'APDBidMachineAdapter', '3.1.3.0' # Required
33-
pod 'BidMachineMintegralAdapter', '~> 2.3.0.0'
34-
pod 'BidMachineAmazonAdapter', '~> 2.3.0.0'
35-
pod 'BidMachineCriteoAdapter', '~> 2.3.0.0'
36-
pod 'BidMachineSmaatoAdapter', '~> 2.3.0.0'
37-
pod 'BidMachineTapjoyAdapter', '~> 2.3.0.0'
38-
pod 'BidMachinePangleAdapter', '~> 2.3.0.0'
39-
pod 'APDGoogleAdMobAdapter', '3.1.3.0'
40-
pod 'APDIronSourceAdapter', '3.1.3.0'
41-
pod 'APDMetaAudienceNetworkAdapter', '3.1.3.0'
42-
pod 'BidMachineMetaAudienceAdapter', '~> 2.3.0.0'
43-
pod 'APDMyTargetAdapter', '3.1.3.0'
44-
pod 'BidMachineMyTargetAdapter', '~> 2.3.0.0'
45-
pod 'APDUnityAdapter', '3.1.3.0'
46-
pod 'APDVungleAdapter', '3.1.3.0'
47-
pod 'BidMachineVungleAdapter', '~> 2.3.0.0'
48-
pod 'APDYandexAdapter', '3.1.3.0'
29+
pod 'Appodeal', '3.2.0-beta.1'
30+
pod 'APDAdColonyAdapter', '3.2.0.0-beta.1'
31+
pod 'BidMachineAdColonyAdapter', '~> 2.3.0'
32+
pod 'APDAdjustAdapter', '3.2.0.0-beta.1'
33+
pod 'APDAppLovinAdapter', '3.2.0.0-beta.1'
34+
pod 'BidonAdapterAppLovin', '~> 0.4'
35+
pod 'APDAppsFlyerAdapter', '3.2.0.0-beta.1'
36+
pod 'APDBidMachineAdapter', '3.2.0.0-beta.1' # Required
37+
pod 'BidMachineAmazonAdapter', '~> 2.3.0'
38+
pod 'BidMachineCriteoAdapter', '~> 2.3.0'
39+
pod 'BidMachineSmaatoAdapter', '~> 2.3.0'
40+
pod 'BidMachineTapjoyAdapter', '~> 2.3.0'
41+
pod 'BidMachinePangleAdapter', '~> 2.3.0'
42+
pod 'APDBidonAdapter', '3.2.0.0-beta.1' # Required
43+
pod 'BidonAdapterBidMachine', '~> 0.4'
44+
pod 'APDBigoAdsAdapter', '3.2.0.0-beta.1'
45+
pod 'BidonAdapterBigoAds', '~> 0.4'
46+
pod 'APDDTExchangeAdapter', '3.2.0.0-beta.1'
47+
pod 'BidonAdapterDTExchange', '~> 0.4'
48+
pod 'APDFirebaseAdapter', '3.2.0.0-beta.1'
49+
pod 'APDGoogleAdMobAdapter', '3.2.0.0-beta.1'
50+
pod 'BidonAdapterGoogleMobileAds', '~> 0.4'
51+
pod 'APDIABAdapter', '3.2.0.0-beta.1' # Required
52+
pod 'APDInMobiAdapter', '3.2.0.0-beta.1'
53+
pod 'BidonAdapterInMobi', '~> 0.4'
54+
pod 'APDIronSourceAdapter', '3.2.0.0-beta.1'
55+
pod 'APDFacebookAdapter', '3.2.0.0-beta.1'
56+
pod 'APDMetaAudienceNetworkAdapter', '3.2.0.0-beta.1'
57+
pod 'BidMachineMetaAudienceAdapter', '~> 2.3.0'
58+
pod 'BidonAdapterMetaAudienceNetwork', '~> 0.4'
59+
pod 'APDMintegralAdapter', '3.2.0.0-beta.1'
60+
pod 'BidMachineMintegralAdapter', '~> 2.3.0'
61+
pod 'BidonAdapterMintegral', '~> 0.4'
62+
pod 'APDMyTargetAdapter', '3.2.0.0-beta.1'
63+
pod 'BidMachineMyTargetAdapter', '~> 2.3.0'
64+
pod 'APDStackAnalyticsAdapter', '3.2.0.0-beta.1' # Deprecated
65+
pod 'APDStackCrashReporterAdapter', '3.2.0.0-beta.1'
66+
pod 'APDUnityAdapter', '3.2.0.0-beta.1'
67+
pod 'BidonAdapterUnityAds', '~> 0.4'
68+
pod 'APDVungleAdapter', '3.2.0.0-beta.1'
69+
pod 'BidMachineVungleAdapter', '~> 2.3.0'
70+
pod 'BidonAdapterVungle', '~> 0.4'
71+
pod 'APDYandexAdapter', '3.2.0.0-beta.1'
4972
end
5073

5174
target 'Runner' do

0 commit comments

Comments
 (0)