Skip to content

Commit 54cfd55

Browse files
committed
Update README and version.
1 parent 48e8f17 commit 54cfd55

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ android-http
33

44
[![Build Status](https://img.shields.io/github/actions/workflow/status/ThePalaceProject/android-http/.github%2Fworkflows%2Fandroid-main.yml?style=flat-square)](https://github.com/NYPL-Simplified/Simplified-Android-HTTP/actions?query=workflow%3A%22Android+CI+%28Authenticated%29%22)
55
[![Maven Central](https://img.shields.io/maven-central/v/org.thepalaceproject.http/org.librarysimplified.http.api?style=flat-square)](https://repo2.maven.org/maven2/org/librarysimplified/http)
6-
[![Maven Central (Snapshots)](https://img.shields.io/nexus/s/org.thepalaceproject.http/org.librarysimplified.http.api?server=https%3A%2F%2Fs01.oss.sonatype.org%2F)](https://oss.sonatype.org/content/repositories/snapshots/org/librarysimplified/http/)
76

87
The Palace Project's Android HTTP client.
98

@@ -113,10 +112,12 @@ coupled as possible. New features should typically be implemented as new modules
113112
| [org.librarysimplified.http.bearer_token](org.librarysimplified.http.bearer_token) | Library Simplified HTTP client (Bearer token extension) |
114113
| [org.librarysimplified.http.chucker](org.librarysimplified.http.chucker) | Library Simplified HTTP client (Chucker extension) |
115114
| [org.librarysimplified.http.downloads](org.librarysimplified.http.downloads) | Library Simplified HTTP client (File downloads) |
115+
| [org.librarysimplified.http.network_access](org.librarysimplified.http.vanilla) | Library Simplified HTTP client (Network access service) |
116116
| [org.librarysimplified.http.tests](org.librarysimplified.http.tests) | Library Simplified HTTP client (Test suite) |
117117
| [org.librarysimplified.http.uri_builder](org.librarysimplified.http.uri_builder) | Library Simplified HTTP client (URI query builder) |
118118
| [org.librarysimplified.http.vanilla](org.librarysimplified.http.vanilla) | Library Simplified HTTP client (Vanilla implementation) |
119119

120+
120121
### License
121122

122123
~~~

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ POM_SCM_CONNECTION=scm:git:git://github.com/ThePalaceProject/android-http
1111
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/ThePalaceProject/android-http
1212
POM_SCM_URL=http://github.com/ThePalaceProject/android-http
1313
POM_URL=http://github.com/ThePalaceProject/android-http
14-
VERSION_NAME=2.2.0
15-
VERSION_PREVIOUS=2.1.0
14+
VERSION_NAME=2.3.0-SNAPSHOT
15+
VERSION_PREVIOUS=2.2.0
1616

1717
android.useAndroidX=true
1818
org.gradle.jvmargs=-Xmx4096m

0 commit comments

Comments
 (0)