Skip to content

Commit

Permalink
Merge pull request #375 in MOBILE-SDK/app_mobile-sdk-android from upd…
Browse files Browse the repository at this point in the history
…ate_fb_version to develop

* commit '8ec3177d66df6c23a5e7e0ce57cd59f8787eefda':
  remove commented line
  fb_version
  • Loading branch information
anwzhang committed Mar 3, 2020
2 parents 4c3d40e + 8ec3177 commit b0e3b4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion csr/Facebook/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project Properties
version = "5.6.1" // supported Facebook version
version = "5.7.1" // supported Facebook version

apply plugin: 'com.android.library'

Expand Down
2 changes: 0 additions & 2 deletions sdk/src/com/appnexus/opensdk/ut/UTAdRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ private void fail(ResultCode code) {
@Override
protected HashMap<String, UTAdResponse> doInBackground(Void... params) {

// UTAdRequester requester = this.requester.get();
// if (requester != null) {
try {

String baseUrl = SDKSettings.isHttpsEnabled() ? UTConstants.REQUEST_BASE_URL_UT.replace("http:", "https:") : UTConstants.REQUEST_BASE_URL_UT;
Expand Down

0 comments on commit b0e3b4a

Please sign in to comment.