Skip to content

Commit

Permalink
Prodege Android IronSource Adapter v7.0.0-beta07.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fotism23 committed Jan 4, 2024
1 parent 2f99b37 commit 3ce0457
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.prodege.mediation:prodege-ironsource:7.0.0-beta06.0'
implementation 'com.prodege.mediation:prodege-ironsource:7.0.0-beta07.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ tasks.register('clean', Delete) {
}

ext {
prodegeSdkVersion = "7.0.0-beta06"
adapterVersionCode = 11
prodegeSdkVersion = "7.0.0-beta07"
adapterVersionCode = 12
adapterVersionName = "${prodegeSdkVersion}.0"
ironSourceSdkVersion = "7.3.0.1"
}
4 changes: 2 additions & 2 deletions example-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

implementation 'com.ironsource.sdk:mediationsdk:7.3.0.1'
implementation 'com.prodege:prodege:7.0.0-beta06'
implementation 'com.prodege:prodege:7.0.0-beta07'
implementation project(':prodege-ironsource')
}
4 changes: 2 additions & 2 deletions example-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ android {
dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

implementation 'com.ironsource.sdk:mediationsdk:7.3.0.1'
implementation 'com.prodege:prodege:7.0.0-beta06'
implementation 'com.prodege:prodege:7.0.0-beta07'
implementation project(':prodege-ironsource')
}
Binary file not shown.

0 comments on commit 3ce0457

Please sign in to comment.