Skip to content

Commit b9e8d1a

Browse files
committed
Hardcode 26
1 parent 4b275ce commit b9e8d1a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Branch-3.0.0.jar

-304 KB
Binary file not shown.

Branch-3.0.0_core.jar

-303 KB
Binary file not shown.

Branch-SDK/src/io/branch/referral/network/BranchRemoteInterfaceUrlConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private BranchResponse doRestfulPost(String url, JSONObject payload, int retryNu
127127
}
128128
try {
129129
// set the setThreadStatsTag for POST if API 26+
130-
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.O){
130+
if (android.os.Build.VERSION.SDK_INT >= 26) {
131131
TrafficStats.setThreadStatsTag(THREAD_TAG_POST);
132132
}
133133

0 commit comments

Comments
 (0)