Skip to content

Commit

Permalink
Prodege Android IronSource Adapter v7.0.0-beta01.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fotis Mitropoulos committed Oct 27, 2023
1 parent 309a98a commit ac94986
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Retrieve Prodege IronSource Adapter through **maven()** with gradle by adding th

```groovy
dependencies {
implementation 'com.pollfish.mediation:prodege-ironsource:7.0.0-beta01.0'
implementation 'com.prodege.mediation:prodege-ironsource:7.0.0-beta01.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion example-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

implementation 'com.ironsource.sdk:mediationsdk:7.2.2.1'
implementation 'com.pollfish:prodege:7.0.0-beta01'
implementation 'com.prodege:prodege:7.0.0-beta01'
implementation project(':prodege-ironsource')
}
2 changes: 1 addition & 1 deletion example-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

implementation 'com.ironsource.sdk:mediationsdk:7.2.2.1'
implementation 'com.pollfish:prodege:7.0.0-beta01'
implementation 'com.prodege:prodege:7.0.0-beta01'
implementation project(':prodege-ironsource')
}
2 changes: 1 addition & 1 deletion prodege-ironsource/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

dependencies {
implementation "com.pollfish:prodege:${rootProject.prodegeSdkVersion}"
implementation "com.prodege:prodege:${rootProject.prodegeSdkVersion}"
implementation "com.ironsource.sdk:mediationsdk:${rootProject.ironSourceSdkVersion}"
}

Expand Down
4 changes: 2 additions & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ publishing {

release(MavenPublication) {

groupId "com.pollfish.mediation"
groupId "com.prodege.mediation"
artifactId "prodege-ironsource"
version rootProject.adapterVersionName

Expand Down Expand Up @@ -101,7 +101,7 @@ publishing {
repositories {
maven {
name = "sonatype"
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
credentials {
username ossrhUsername
password ossrhPassword
Expand Down

0 comments on commit ac94986

Please sign in to comment.