Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' | ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' |
2 | 2 | ||
3 | ext { | 3 | ext { |
4 | PUBLISH_GROUP_ID = 'ly.warp' | 4 | PUBLISH_GROUP_ID = 'ly.warp' |
5 | - PUBLISH_VERSION = '4.5.5.4r11' | 5 | + PUBLISH_VERSION = '4.5.5.4r12' |
6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' |
7 | } | 7 | } |
8 | 8 | ... | ... |
... | @@ -1633,7 +1633,7 @@ public class WarplyManager { | ... | @@ -1633,7 +1633,7 @@ public class WarplyManager { |
1633 | WarpUtils.log("**************************************************"); | 1633 | WarpUtils.log("**************************************************"); |
1634 | 1634 | ||
1635 | ApiService service = ApiClient.getRetrofitInstance().create(ApiService.class); | 1635 | ApiService service = ApiClient.getRetrofitInstance().create(ApiService.class); |
1636 | - ListeningExecutorService executorService = MoreExecutors.listeningDecorator(Executors.newFixedThreadPool(2)); | 1636 | + ListeningExecutorService executorService = MoreExecutors.listeningDecorator(Executors.newFixedThreadPool(3)); |
1637 | 1637 | ||
1638 | ListenableFuture<ArrayList<Campaign>> futureCampaigns = getCampaignsRetro(service); | 1638 | ListenableFuture<ArrayList<Campaign>> futureCampaigns = getCampaignsRetro(service); |
1639 | ListenableFuture<ArrayList<Campaign>> futurePersonalizedCampaigns = getCampaignsPersonalizedRetro(service); | 1639 | ListenableFuture<ArrayList<Campaign>> futurePersonalizedCampaigns = getCampaignsPersonalizedRetro(service); | ... | ... |
-
Please register or login to post a comment