File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
ThirdPartyAdapters/pangle Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11## Pangle Android Mediation Adapter Changelog
22
3+ #### Version 7.8.0.8.0 (In progress)
4+
35#### Version 7.8.0.7.0
46- Verified compatibility with Pangle SDK version 7.8.0.7.
57
Original file line number Diff line number Diff line change 1010 // String property to store the proper name of the mediation network adapter.
1111 adapterName = " Pangle"
1212 // String property to store version name.
13- stringVersion = " 7.8.0.7 .0"
13+ stringVersion = " 7.8.0.8 .0"
1414 // String property to store group id.
1515 stringGroupId = " com.google.ads.mediation"
1616 // Jacoco version to generate code coverage data
@@ -23,7 +23,7 @@ android {
2323 defaultConfig {
2424 minSdkVersion 23
2525 targetSdk 33
26- versionCode 708000700
26+ versionCode 708000800
2727 versionName stringVersion
2828 buildConfigField(' String' , ' ADAPTER_VERSION' , " \" ${ stringVersion} \" " )
2929 }
@@ -114,7 +114,7 @@ task jacocoTestReport(type: JacocoReport,
114114}
115115
116116dependencies {
117- implementation ' com.pangle.global:pag-sdk:7.8.0.7 '
117+ implementation ' com.pangle.global:pag-sdk:7.8.0.8 '
118118 implementation ' androidx.annotation:annotation:1.5.0'
119119 implementation ' com.google.android.gms:play-services-ads:24.8.0'
120120
You can’t perform that action at this time.
0 commit comments