File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
87The 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~~~
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ POM_SCM_CONNECTION=scm:git:git://github.com/ThePalaceProject/android-http
1111POM_SCM_DEV_CONNECTION =scm:git:ssh://git@github.com/ThePalaceProject/android-http
1212POM_SCM_URL =http://github.com/ThePalaceProject/android-http
1313POM_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
1717android.useAndroidX =true
1818org.gradle.jvmargs =-Xmx4096m
You can’t perform that action at this time.
0 commit comments