File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
## LINE Android Mediation Adapter Changelog
2
2
3
+ #### Version 2.9.20250718.0 (In progress)
4
+
3
5
#### Version 2.9.20250519.0
4
6
- Verified compatibility with FiveAd SDK version 2.9.20250519.
5
7
Original file line number Diff line number Diff line change 12
12
// String property to store the proper name of the mediation network adapter.
13
13
adapterName = " Line"
14
14
// String property to store version name.
15
- stringVersion = " 2.9.20250519 .0"
15
+ stringVersion = " 2.9.20250718 .0"
16
16
// String property to store group id.
17
17
stringGroupId = " com.google.ads.mediation"
18
18
// Jacoco version to generate code coverage data
@@ -30,7 +30,7 @@ android {
30
30
defaultConfig {
31
31
minSdk 23
32
32
targetSdk 33
33
- versionCode 25051900 // FiveAd SDK micro number as 6 digits instead of 8 (YYMMDD) + two digits for adapter patch.
33
+ versionCode 25071800 // FiveAd SDK micro number as 6 digits instead of 8 (YYMMDD) + two digits for adapter patch.
34
34
versionName stringVersion
35
35
multiDexEnabled true
36
36
buildConfigField(' String' , ' ADAPTER_VERSION' , " \" ${ stringVersion} \" " )
@@ -130,8 +130,8 @@ task jacocoTestReport(type: JacocoReport,
130
130
131
131
dependencies {
132
132
implementation ' androidx.core:core-ktx:1.8.0'
133
- implementation ' com.google.android.gms:play-services-ads:24.3 .0'
134
- implementation ' com.linecorp.adsnetwork:fivead:2.9.20250519 '
133
+ implementation ' com.google.android.gms:play-services-ads:24.4 .0'
134
+ implementation ' com.linecorp.adsnetwork:fivead:2.9.20250718 '
135
135
implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0'
136
136
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
137
137
testImplementation ' junit:junit:4.13.2'
You can’t perform that action at this time.
0 commit comments