Skip to content

Commit

Permalink
针对于SerialDispatcher更新版本至1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxudong committed Apr 21, 2020
1 parent 7466bc6 commit a362cc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

implementation project(':seriallibrary')
implementation 'com.github.Sheedon:SerialDispatcher:1.1.0'
implementation 'com.github.Sheedon:SerialDispatcher:1.1.1'
}
6 changes: 3 additions & 3 deletions seriallibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand All @@ -31,5 +31,5 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation 'com.github.Sheedon:SerialDispatcher:1.1.0'
implementation 'com.github.Sheedon:SerialDispatcher:1.1.1'
}

0 comments on commit a362cc6

Please sign in to comment.