Skip to content

Commit

Permalink
up-version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luckybilly committed Aug 22, 2018
1 parent 18df07e commit 2b023c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -38,5 +38,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.0.1'
// compile project(':pre-loader')
compile 'com.billy.android:pre-loader:2.0.1'
compile 'com.billy.android:pre-loader:2.1.0'
}
7 changes: 7 additions & 0 deletions changelog.md
@@ -1,3 +1,10 @@

## 2018-08-21 V2.1.0

1. change default thread pool core size from 2 to 0
2. support refresh when state is StateLoadCompleted
3. bug fix: duplicate listener after listen data with same listener more than once

## 2018-01-23 V2.0.0

1. add support for group pre-load task with GroupedDataLoader and GroupedDataListener
Expand Down
2 changes: 1 addition & 1 deletion pre-loader/build.gradle
Expand Up @@ -37,7 +37,7 @@ ext {
siteUrl = 'https://github.com/luckybilly/PreLoader'
gitUrl = 'git@github.com:luckybilly/PreLoader.git'

libraryVersion = '2.0.1'
libraryVersion = '2.1.0'

developerId = 'billy'
developerName = 'billy'
Expand Down

0 comments on commit 2b023c4

Please sign in to comment.