Skip to content

Commit 0c58f00

Browse files
authored
Merge pull request #161 from prebid/minor_fix_in_demo_app
fix demo app
2 parents 13c2577 + 3ea61d8 commit 0c58f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Example/PrebidDemoJava/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ project.gradle.taskGraph.whenReady {
3939

4040
repositories{
4141
maven {
42-
url 'https://oss.sonatype.org/service/local/repositories/orgprebid-1038/content'
42+
url 'https://oss.sonatype.org/service/local/repositories/orgprebid-1039/content'
4343
}
4444
}
4545

Example/PrebidDemoJava/src/main/java/org/prebid/mobile/app/DemoActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ void setupAndLoadMPBanner(int width, int height) {
369369
adView.setMinimumWidth(width);
370370
adView.setMinimumHeight(height);
371371
adFrame.addView(adView);
372-
372+
setupPBBanner(width, height);
373373
adUnit.setAutoRefreshPeriodMillis(getIntent().getIntExtra(Constants.AUTO_REFRESH_NAME, 0));
374374
adUnit.fetchDemand(adView, new OnCompleteListener() {
375375
@Override

0 commit comments

Comments
 (0)