Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentNogema committed Jun 14, 2022
1 parent 3fb5fe7 commit ee032b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
KnHttp Change Log
==========

Version 3.0.3 *(2022-06-14)*
----------------------------

* Bump androidx.appcompat:appcompat to 1.4.2
* Bump com.squareup.okio:okio to 3.1.0
* Bump com.squareup.okhttp3 to okhttp:4.10.0
* Bump com.squareup.okhttp3 to okhttp-brotli:4.10.0

Version 3.0.2 *(2022-03-20)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}
dependencies {
implementation 'com.github.Karewan:KnHttp:3.0.2'
implementation 'com.github.Karewan:KnHttp:3.0.3'
}
```

Expand Down
12 changes: 6 additions & 6 deletions knhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 32
versionCode 32
versionName "3.0.2"
versionCode 33
versionName "3.0.3"
consumerProguardFiles 'proguard-rules.pro'
}

Expand All @@ -36,10 +36,10 @@ android {
}

dependencies {
api 'androidx.appcompat:appcompat:1.4.1'
api 'com.squareup.okio:okio:3.0.0'
api 'com.squareup.okhttp3:okhttp:4.9.3'
api 'com.squareup.okhttp3:okhttp-brotli:4.9.3'
api 'androidx.appcompat:appcompat:1.4.2'
api 'com.squareup.okio:okio:3.1.0'
api 'com.squareup.okhttp3:okhttp:4.10.0'
api 'com.squareup.okhttp3:okhttp-brotli:4.10.0'
api 'org.conscrypt:conscrypt-android:2.5.2'
api 'com.alibaba:fastjson:1.1.73.android'
}
Expand Down

0 comments on commit ee032b6

Please sign in to comment.