Skip to content

Commit a006a4f

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating Line Android adapter for release version 2.9.20250718
PiperOrigin-RevId: 785983094
1 parent 42d00b1 commit a006a4f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ThirdPartyAdapters/line/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## LINE Android Mediation Adapter Changelog
22

3+
#### Version 2.9.20250718.0 (In progress)
4+
35
#### Version 2.9.20250519.0
46
- Verified compatibility with FiveAd SDK version 2.9.20250519.
57

ThirdPartyAdapters/line/line/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
// String property to store the proper name of the mediation network adapter.
1313
adapterName = "Line"
1414
// String property to store version name.
15-
stringVersion = "2.9.20250519.0"
15+
stringVersion = "2.9.20250718.0"
1616
// String property to store group id.
1717
stringGroupId = "com.google.ads.mediation"
1818
// Jacoco version to generate code coverage data
@@ -30,7 +30,7 @@ android {
3030
defaultConfig {
3131
minSdk 23
3232
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.
3434
versionName stringVersion
3535
multiDexEnabled true
3636
buildConfigField('String', 'ADAPTER_VERSION', "\"${stringVersion}\"")
@@ -130,8 +130,8 @@ task jacocoTestReport(type: JacocoReport,
130130

131131
dependencies {
132132
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'
135135
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0'
136136
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
137137
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)