Skip to content

Commit

Permalink
release version 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rzaverii committed Oct 18, 2023
1 parent 2881eb9 commit 21231e2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 8.9

### New Feature
+ 5664325 Added new parameters to SDKSettings.init() for flexibility in pre-fetching webviews. This can improve app launch performance

### Improvement/Bug Fixes
+ 5663106 Upgraded OMSDK from 1.4.2 to 1.4.8

### Mediation partner updates
+ 5622329 Upgraded Google AdMob SDK from 21.3.0 to 22.3.0
+ 5622334 Upgraded Smart Ad Server SDK from 7.17.0 to 7.23.0

## 8.8

### 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.47" // Instream SDK version
version = "1.48" // Instream SDK version

apply plugin: 'com.android.library'

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

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

defaultConfig {
versionCode 105 // An integer value that represents the version of the code, relative to other versions. Increase for each release.
versionCode 106 // 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.8";
public final String sdkVersion = "8.9";
// BuildConfig.VERSION_NAME;


Expand Down

0 comments on commit 21231e2

Please sign in to comment.