Skip to content

Commit

Permalink
release version 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rzaverii committed Aug 22, 2023
1 parent 076295f commit d1d1b66
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 8.8

### New Features
+ MS-5349 Enabled lazy loading for banner native rendering

### Improvement/Bug Fixes
+ MS-5371 Added additional information for INVALID_REQUEST code error messages

## 8.7

### New Features
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.46" // Instream SDK version
version = "1.47" // Instream SDK version

apply plugin: 'com.android.library'

Expand All @@ -10,7 +10,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 32
versionCode 45 // An integer value that represents the version of the code, relative to other versions. Increase for each release.
versionCode 46 // 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 = "8.7"
version = "8.8"
group='com.appnexus.opensdk'

// Android build
Expand All @@ -10,7 +10,7 @@ android {
buildToolsVersion '32.0.0'

defaultConfig {
versionCode 104 // An integer value that represents the version of the code, relative to other versions. Increase for each release.
versionCode 105 // 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 14
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 @@ -68,7 +68,7 @@ public enum ImpressionType {
public boolean debug_mode = false; // This should always be false here.
public String ua = null;

public final String sdkVersion = "8.7";
public final String sdkVersion = "8.8";
// BuildConfig.VERSION_NAME;


Expand Down

0 comments on commit d1d1b66

Please sign in to comment.