Skip to content

Commit f9f4f14

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
#Android Rename the Common Mediation Library's archive file name to be in the format that is interpretable by internal scripts.
PiperOrigin-RevId: 908826280
1 parent 9c3153a commit f9f4f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ThirdPartyAdapters/common/common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ task packageDistribution(type: Zip) {
149149
rename("pom-default.xml", "${project.name}-${stringVersion}.pom")
150150
}
151151

152-
archiveFileName = "${libraryName}AndroidMediationLibrary-${stringVersion}.zip"
152+
archiveFileName = "${libraryName}AndroidAdapter-${stringVersion}.zip"
153153
destinationDirectory = file("${rootProject.projectDir}/build/distribution")
154154
}
155155

0 commit comments

Comments
 (0)