Skip to content

Commit deccf74

Browse files
committed
SDKv6.1
* commit '94f6105e17b75d996f852c357547c5d9f9e764cd': Added links Added v6.1 Facebook v5.5.0 Blank Spaces in VAST XML Removed Show Volume Bar Added Sample Kotlin App MS-4060_MRAID_getCurrentAppOrientation_Android to develop Upgraded OMID to v1.2.19 Pause and Resume API MS-4019 Merge pull request #330 in MOBILE-SDK/app_mobile-sdk-android from MS-4035_GoogleAdMob_Update_Android to develop Merge pull request #329 in MOBILE-SDK/app_mobile-sdk-android from MS-4038_SmartAdServer_Android to develop Merge pull request #308 in MOBILE-SDK/app_mobile-sdk-android from MS-3951_OMID_Video_PercentageInView_Changes_Android to develop
2 parents 0a263d9 + 94f6105 commit deccf74

File tree

113 files changed

+1513
-224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+1513
-224
lines changed

RELEASE-NOTES.md

Lines changed: 14 additions & 1 deletion

examples/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/caches
5+
/.idea/libraries
6+
/.idea/modules.xml
7+
/.idea/workspace.xml
8+
/.idea/navEditor.xml
9+
/.idea/assetWizardSettings.xml
10+
.DS_Store
11+
/build
12+
/captures
13+
.externalNativeBuild

examples/SimpleBanner/app/src/androidTest/java/com/example/simplebanner/ApplicationTest.java

Lines changed: 0 additions & 29 deletions
This file was deleted.

examples/SimpleBanner/settings.gradle

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

examples/SimpleBanner/app/src/main/AndroidManifest.xml renamed to examples/java/SimpleBanner/app/src/main/AndroidManifest.xml

File renamed without changes.

examples/SimpleBanner/app/src/main/java/com/example/simplebanner/MyActivity.java renamed to examples/java/SimpleBanner/app/src/main/java/com/example/simplebanner/MyActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected void onCreate(Bundle savedInstanceState) {
4444
SDKSettings.useHttps(true);
4545

4646
// This is your AppNexus placement ID.
47-
bav.setPlacementID("16150355");
47+
bav.setPlacementID("17058950");
4848

4949
// Turning this on so we always get an ad during testing.
5050
bav.setShouldServePSAs(false);

0 commit comments

Comments
 (0)