Skip to content

Commit

Permalink
change min version
Browse files Browse the repository at this point in the history
  • Loading branch information
fangmingxing committed Dec 29, 2017
1 parent 18dfaeb commit a5bc080
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/dpuntu/downloader/DownloadPool.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DownloadPool extends ThreadPoolExecutor {
private static DownloadPool mDownloadPool;
private static int corePoolSize = 1;
private static int maxPoolSize = 5;
private static long keepAliveTime = 500;
private static long keepAliveTime = 3000;

protected synchronized static void createPool() {
BlockingQueue<Runnable> workers = new LinkedBlockingQueue<>();
Expand Down

0 comments on commit a5bc080

Please sign in to comment.