Skip to content

Commit

Permalink
New Release 0.5.1 (#71)
Browse files Browse the repository at this point in the history
* New Release 0.5.1

* Update build.gradle

* Update Settings.java
  • Loading branch information
Antoine Jacquemin (Rubicon) authored and anwzhang committed Oct 26, 2018
1 parent cfdabb0 commit 276390f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.prebid</groupId>
<artifactId>prebid-mobile-sdk</artifactId>
<version>0.5</version>
<version>0.5.1</version>
<packaging>jar</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class Settings {
public static final String deviceModel = Build.MODEL;
public static final String os = "android";
public static String userAgent = null;
public static String sdk_version = "0.5";
public static String sdk_version = "0.5.1";
public static String pkgVersion = "";
public static String appName = "";
private static int mnc = -1;
Expand Down
2 changes: 1 addition & 1 deletion PrebidMobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ext {
releaseProguardEnabled = false
debugProguardEnabled = false
prebidVersionName = "0.5"
prebidVersionName = "0.5.1"
prebidVersionCode = 1
minSDKVersion = 16
targetSDKVersion = 25
Expand Down

0 comments on commit 276390f

Please sign in to comment.