diff --git a/README.md b/README.md index 25610ecc7..a95df9d57 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See [this page](https://docs.prebid.org/prebid-server/overview/prebid-server-ove Easily include the Prebid Mobile SDK using Maven. Simply add this line to your gradle dependencies: ``` -implementation 'org.prebid:prebid-mobile-sdk:2.1.6' +implementation 'org.prebid:prebid-mobile-sdk:2.1.7' ``` ## Build from source diff --git a/build.gradle b/build.gradle index 00afddb70..94e08df13 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ ext { - prebidSdkVersionName = "2.1.6" + prebidSdkVersionName = "2.1.7" prebidSdkMinVersion = 16 prebidSdkTargetVersion = 33 prebidSdkCompileVersion = 33 diff --git a/scripts/Maven/PrebidMobile-admobAdapters-pom.xml b/scripts/Maven/PrebidMobile-admobAdapters-pom.xml index 531fccd6b..dacd87d50 100644 --- a/scripts/Maven/PrebidMobile-admobAdapters-pom.xml +++ b/scripts/Maven/PrebidMobile-admobAdapters-pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.prebid</groupId> <artifactId>prebid-mobile-sdk-admob-adapters</artifactId> - <version>2.1.6</version> + <version>2.1.7</version> <packaging>jar</packaging> <name>Prebid Mobile Android SDK</name> @@ -52,7 +52,7 @@ <dependency> <groupId>org.prebid</groupId> <artifactId>prebid-mobile-sdk</artifactId> - <version>2.1.6</version> + <version>2.1.7</version> <scope>compile</scope> </dependency> <dependency> diff --git a/scripts/Maven/PrebidMobile-core-pom.xml b/scripts/Maven/PrebidMobile-core-pom.xml index ce0f351d3..0d46cfd8d 100644 --- a/scripts/Maven/PrebidMobile-core-pom.xml +++ b/scripts/Maven/PrebidMobile-core-pom.xml @@ -6,7 +6,7 @@ <groupId>org.prebid</groupId> <artifactId>prebid-mobile-sdk-core</artifactId> - <version>2.1.6</version> + <version>2.1.7</version> <packaging>aar</packaging> <name>Prebid Mobile Android SDK</name> <description>Prebid Mobile</description> diff --git a/scripts/Maven/PrebidMobile-gamEventHandlers-pom.xml b/scripts/Maven/PrebidMobile-gamEventHandlers-pom.xml index 57004a6a5..ffdf44847 100644 --- a/scripts/Maven/PrebidMobile-gamEventHandlers-pom.xml +++ b/scripts/Maven/PrebidMobile-gamEventHandlers-pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.prebid</groupId> <artifactId>prebid-mobile-sdk-gam-event-handlers</artifactId> - <version>2.1.6</version> + <version>2.1.7</version> <packaging>jar</packaging> <name>Prebid Mobile Android SDK</name> @@ -52,7 +52,7 @@ <dependency> <groupId>org.prebid</groupId> <artifactId>prebid-mobile-sdk</artifactId> - <version>2.1.6</version> + <version>2.1.7</version> <scope>compile</scope> </dependency> <dependency> diff --git a/scripts/Maven/PrebidMobile-maxAdapters-pom.xml b/scripts/Maven/PrebidMobile-maxAdapters-pom.xml index fe6b2bee3..f3f13fd11 100644 --- a/scripts/Maven/PrebidMobile-maxAdapters-pom.xml +++ b/scripts/Maven/PrebidMobile-maxAdapters-pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.prebid</groupId> <artifactId>prebid-mobile-sdk-max-adapters</artifactId> - <version>2.1.6</version> + <version>2.1.7</version> <packaging>jar</packaging> <name>Prebid Mobile Android SDK</name> @@ -52,7 +52,7 @@ <dependency> <groupId>org.prebid</groupId> <artifactId>prebid-mobile-sdk</artifactId> - <version>2.1.6</version> + <version>2.1.7</version> <scope>compile</scope> </dependency> <dependency> diff --git a/scripts/Maven/PrebidMobile-pom.xml b/scripts/Maven/PrebidMobile-pom.xml index 4683f56d0..af6f51653 100644 --- a/scripts/Maven/PrebidMobile-pom.xml +++ b/scripts/Maven/PrebidMobile-pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.prebid</groupId> <artifactId>prebid-mobile-sdk</artifactId> - <version>2.1.6</version> + <version>2.1.7</version> <packaging>jar</packaging> <name>Prebid Mobile Android SDK</name> @@ -52,7 +52,7 @@ <dependency> <groupId>org.prebid</groupId> <artifactId>prebid-mobile-sdk-core</artifactId> - <version>2.1.6</version> + <version>2.1.7</version> <scope>compile</scope> </dependency> </dependencies>