diff --git a/README.md b/README.md index 8297714..4517305 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Add `SKAdNetworkIdentifier` to your Info.plist // Existing repos here // ... - maven { url "https://dl.bintray.com/ironsource-mobile/android-sdk" } + maven { url "https://android-sdk.is.com/" } } } ``` @@ -122,7 +122,7 @@ Add `SKAdNetworkIdentifier` to your Info.plist Add a repo to your `app/build.gradle` file ``` repositories { - maven { url "https://dl.bintray.com/ironsource-mobile/android-sdk" } + maven { url "https://android-sdk.is.com/" } } ``` diff --git a/android/build.gradle b/android/build.gradle index eb23623..19298c5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,13 +21,13 @@ android { repositories { maven { - url "https://dl.bintray.com/ironsource-mobile/android-sdk" + url "https://android-sdk.is.com/" } } dependencies { implementation 'com.facebook.react:react-native:+' - implementation 'com.ironsource.sdk:mediationsdk:7.+' + implementation 'com.ironsource.sdk:mediationsdk:7.1.10' implementation 'androidx.annotation:annotation:+' implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0' implementation 'com.google.android.gms:play-services-basement:17.1.1'