Skip to content

Commit

Permalink
Fixed SmartAdServer Build Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
avohraa committed Aug 28, 2019
1 parent 5ffd97e commit c19e63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediation/mediatedviews/SmartAdServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ext {
pom_groupId = "com.appnexus.opensdk.mediatedviews"
pom_artifactId = "appnexus-smartadserver-mediation"
pom_packaging = "aar"
pom_version = project(':sdk').version + "-" + project.version
pom_version = project(':sdk').version + "-" + project.displaySDKVersion

pom_distribution_snapshotRepo_id = "ossrh"
pom_distribution_snapshotRepo_url = "https://oss.sonatype.org/content/repositories/snapshots"
Expand Down

0 comments on commit c19e63f

Please sign in to comment.