Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anwzhang committed Nov 21, 2019
1 parent 13c2577 commit 3ea61d8
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 3ea61d8

Please sign in to comment.