Skip to content

Commit

Permalink
Merge pull request #778 from prebid/feature/release-2.2.3
Browse files Browse the repository at this point in the history
2.2.3 Changes
  • Loading branch information
jsligh authored Jun 28, 2024
2 parents e02e455 + e033409 commit 7aec3c8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1'
implementation 'org.prebid:prebid-mobile-sdk:2.2.3'
```

## Build from source
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
prebidSdkVersionName = "2.2.1"
prebidSdkVersionName = "2.2.3"
prebidSdkMinVersion = 16
prebidSdkTargetVersion = 34
prebidSdkCompileVersion = 34
Expand Down
4 changes: 2 additions & 2 deletions scripts/Maven/PrebidMobile-admobAdapters-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk-admob-adapters</artifactId>
<version>2.2.1</version>
<version>2.2.3</version>

<packaging>jar</packaging>
<name>Prebid Mobile Android SDK</name>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk</artifactId>
<version>2.2.1</version>
<version>2.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion scripts/Maven/PrebidMobile-core-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk-core</artifactId>

<version>2.2.1</version>
<version>2.2.3</version>
<packaging>aar</packaging>
<name>Prebid Mobile Android SDK</name>
<description>Prebid Mobile</description>
Expand Down
4 changes: 2 additions & 2 deletions scripts/Maven/PrebidMobile-gamEventHandlers-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk-gam-event-handlers</artifactId>
<version>2.2.1</version>
<version>2.2.3</version>

<packaging>jar</packaging>
<name>Prebid Mobile Android SDK</name>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk</artifactId>
<version>2.2.1</version>
<version>2.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions scripts/Maven/PrebidMobile-maxAdapters-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk-max-adapters</artifactId>
<version>2.2.1</version>
<version>2.2.3</version>

<packaging>jar</packaging>
<name>Prebid Mobile Android SDK</name>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk</artifactId>
<version>2.2.1</version>
<version>2.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions scripts/Maven/PrebidMobile-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk</artifactId>
<version>2.2.1</version>
<version>2.2.3</version>
<packaging>jar</packaging>

<name>Prebid Mobile Android SDK</name>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk-core</artifactId>
<version>2.2.1</version>
<version>2.2.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7aec3c8

Please sign in to comment.