Skip to content

Commit

Permalink
Updated Release Notes, Updated SDK/Instream Video version
Browse files Browse the repository at this point in the history
  • Loading branch information
avohraa committed Mar 5, 2020
1 parent b0e3b4a commit ef1c9f6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 7.1
### New Feature
+ MS-3956 Added ANAdResponseInfo to return associated data with Ad response
+ MS-4075 Added Client Side Rendering for FB mediated Ads.
### Mediation partner upgrade
+ MS-4209 Google AdMob SDK v18.3.0
### Improvements/Bug Fixes
+ MS-3581 InApp Browser Redesign
+ MS-3882 Added option to include "publisher_id" in Ad request
+ MS-4166 Fixed VideoAd OMID session tracker firing bug

## 7.0
### New Features
+ MS-3885 Added support for Multi Ad Request (MAR) [https://wiki.xandr.com/display/sdk/Single+Request+Mode+for+Android]
Expand Down
4 changes: 2 additions & 2 deletions instreamvideo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project Properties
version = "1.16" // Instream SDK version
version = "1.17" // Instream SDK version

apply plugin: 'com.android.library'

Expand All @@ -10,7 +10,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 28
versionCode 14 // An integer value that represents the version of the code, relative to other versions. Increase for each release.
versionCode 15 // An integer value that represents the version of the code, relative to other versions. Increase for each release.
versionName version
consumerProguardFiles 'proguard-project.txt'
}
Expand Down
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project properties
version = "7.0"
version = "7.1"
group='com.appnexus.opensdk'

// Android build
Expand All @@ -9,7 +9,7 @@ android {
compileSdkVersion 28
buildToolsVersion '29.0.0'
defaultConfig {
versionCode 64 // An integer value that represents the version of the code, relative to other versions. Increase for each release.
versionCode 65 // An integer value that represents the version of the code, relative to other versions. Increase for each release.
versionName version
consumerProguardFiles 'proguard-project.txt'
minSdkVersion 9
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/com/appnexus/opensdk/utils/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Settings {
public boolean debug_mode = false; // This should always be false here.
public String ua = null;

public final String sdkVersion = "7.0";
public final String sdkVersion = "7.1";

public String mcc;
public String mnc;
Expand Down

0 comments on commit ef1c9f6

Please sign in to comment.