Skip to content

Commit

Permalink
Merge pull request #161 from prebid/minor_fix_in_demo_app
Browse files Browse the repository at this point in the history
fix demo app
  • Loading branch information
ppuviarasu authored Nov 21, 2019
2 parents 13c2577 + 3ea61d8 commit 0c58f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/PrebidDemoJava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ project.gradle.taskGraph.whenReady {

repositories{
maven {
url 'https://oss.sonatype.org/service/local/repositories/orgprebid-1038/content'
url 'https://oss.sonatype.org/service/local/repositories/orgprebid-1039/content'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ void setupAndLoadMPBanner(int width, int height) {
adView.setMinimumWidth(width);
adView.setMinimumHeight(height);
adFrame.addView(adView);

setupPBBanner(width, height);
adUnit.setAutoRefreshPeriodMillis(getIntent().getIntExtra(Constants.AUTO_REFRESH_NAME, 0));
adUnit.fetchDemand(adView, new OnCompleteListener() {
@Override
Expand Down

0 comments on commit 0c58f00

Please sign in to comment.