Skip to content

Commit 9bc8636

Browse files
author
anwzhang
authored
version 1.4 (#162)
* version 1.4
1 parent c3b0a76 commit 9bc8636

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

PrebidMobile/PrebidMobile-core/src/main/java/org/prebid/mobile/PrebidServerSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class PrebidServerSettings {
6464
static final String deviceModel = Build.MODEL;
6565
static final String os = "android";
6666
static String userAgent = null;
67-
static String sdk_version = "1.3";
67+
static String sdk_version = "1.4";
6868
static String pkgVersion = "";
6969
static String appName = "";
7070
private static int mnc = -1;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ implementation 'org.prebid:prebid-mobile-sdk:[1,2)'
1313
```
1414
If you want explicit stable vesion, please use the following:
1515
```
16-
implementation 'org.prebid:prebid-mobile-sdk:1.3'
16+
implementation 'org.prebid:prebid-mobile-sdk:1.4'
1717
```
1818

1919

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
ext {
4-
prebidVersionName = "1.3"
4+
prebidVersionName = "1.4"
55
prebidVersionCode = 1
66
minSDKVersion = 16
77
targetSDKVersion = 28

scripts/Maven/PrebidMobile-core-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- SonaType Requirements -->
44
<groupId>org.prebid</groupId>
55
<artifactId>prebid-mobile-sdk-core</artifactId>
6-
<version>1.3</version>
6+
<version>1.4</version>
77

88
<name>Prebid Mobile Android SDK</name>
99
<description>Prebid Mobile</description>

scripts/Maven/PrebidMobile-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- SonaType Requirements -->
44
<groupId>org.prebid</groupId>
55
<artifactId>prebid-mobile-sdk</artifactId>
6-
<version>1.3</version>
6+
<version>1.4</version>
77

88
<name>Prebid Mobile Android SDK</name>
99
<description>Prebid Mobile</description>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.prebid</groupId>
5454
<artifactId>prebid-mobile-sdk-core</artifactId>
55-
<version>1.3</version>
55+
<version>1.4</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
</dependencies>

0 commit comments

Comments
 (0)