Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Karewan committed Oct 20, 2023
1 parent 2eb5933 commit e0b408a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
KnHttp Change Log
==========

Version 3.1.1 *(2023-10-20)*
Version 3.1.2 *(2023-10-20)*
----------------------------
* Bump com.squareup.okhttp3:okhttp to 4.12.0
* Bump com.squareup.okhttp3:okhttp-brotli to 4.12.0
Expand All @@ -11,6 +11,7 @@ Version 3.1.1 *(2023-10-20)*
* Bump com.squareup.okio:okio to 3.6.0
* Bump com.android.library to 8.1.2
* Bump gradle to 8.0
* Bump jitpack openjdk to 17

Version 3.1.0 *(2023-07-06)*
----------------------------
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.1.1'
implementation 'com.github.Karewan:KnHttp:3.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jdk: openjdk11
jdk: openjdk17
4 changes: 2 additions & 2 deletions knhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 37
versionName "3.1.1"
versionCode 38
versionName "3.1.2"
consumerProguardFiles 'proguard-rules.pro'
}

Expand Down

0 comments on commit e0b408a

Please sign in to comment.