Skip to content

Commit

Permalink
Update release version to 2.0.4 (#515)
Browse files Browse the repository at this point in the history
* feat: update release version to 2.0.4

* fix: update publish version of Exoplayer
  • Loading branch information
ValentinPostindustria authored Nov 8, 2022
1 parent 347e701 commit 9938aa5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
prebidVersionName = "2.0.3"
prebidVersionName = "2.0.4"
prebidVersionCode = 1
minSDKVersion = 16
targetSDKVersion = 31
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.0.3</version>
<version>2.0.4</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.0.3</version>
<version>2.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions 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.0.3</version>
<version>2.0.4</version>
<packaging>aar</packaging>
<name>Prebid Mobile Android SDK</name>
<description>Prebid Mobile</description>
Expand Down Expand Up @@ -78,13 +78,13 @@
<dependency>
<groupId>com.google.android.exoplayer</groupId>
<artifactId>exoplayer-core</artifactId>
<version>2.13.3</version>
<version>2.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.exoplayer</groupId>
<artifactId>exoplayer-ui</artifactId>
<version>2.13.3</version>
<version>2.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
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.0.3</version>
<version>2.0.4</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.0.3</version>
<version>2.0.4</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.0.3</version>
<version>2.0.4</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.0.3</version>
<version>2.0.4</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.0.3</version>
<version>2.0.4</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.0.3</version>
<version>2.0.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9938aa5

Please sign in to comment.