Skip to content

Commit

Permalink
bump to 1.5 (#178)
Browse files Browse the repository at this point in the history
* bump to 1.5
* update readme
  • Loading branch information
anwzhang authored Mar 26, 2020
1 parent 25f0e7a commit 5cd4b9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class PrebidServerSettings {
static final String deviceModel = Build.MODEL;
static final String os = "android";
static String userAgent = null;
static String sdk_version = "1.4";
static String sdk_version = "1.5";
static String pkgVersion = "";
static String appName = "";
private static int mnc = -1;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ implementation 'org.prebid:prebid-mobile-sdk:[1,2)'
```
If you want explicit stable vesion, please use the following:
```
implementation 'org.prebid:prebid-mobile-sdk:1.4'
implementation 'org.prebid:prebid-mobile-sdk:1.5'
```


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

ext {
prebidVersionName = "1.4"
prebidVersionName = "1.5"
prebidVersionCode = 1
minSDKVersion = 16
targetSDKVersion = 28
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 @@ -3,7 +3,7 @@
<!-- SonaType Requirements -->
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk-core</artifactId>
<version>1.4</version>
<version>1.5</version>

<name>Prebid Mobile Android SDK</name>
<description>Prebid Mobile</description>
Expand Down
2 changes: 1 addition & 1 deletion scripts/Maven/PrebidMobile-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- SonaType Requirements -->
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk</artifactId>
<version>1.4</version>
<version>1.5</version>

<name>Prebid Mobile Android SDK</name>
<description>Prebid Mobile</description>
Expand Down

0 comments on commit 5cd4b9a

Please sign in to comment.