Skip to content

Commit

Permalink
Merge pull request #128 from prebid/1.1.2_release
Browse files Browse the repository at this point in the history
modified version number
  • Loading branch information
ppuviarasu authored Jul 11, 2019
2 parents e48043d + 8446481 commit 52bd80b
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>1.1.1</version>
<version>1.1.2</version>
<packaging>jar</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class PrebidServerSettings {
static final String deviceModel = Build.MODEL;
static final String os = "android";
static String userAgent = null;
static String sdk_version = "1.1.1";
static String sdk_version = "1.1.2";
static String pkgVersion = "";
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
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

ext {
prebidVersionName = "1.1.1"
prebidVersionName = "1.1.2"
prebidVersionCode = 1
minSDKVersion = 16
targetSDKVersion = 28
Expand Down

0 comments on commit 52bd80b

Please sign in to comment.