File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-Android%20Upload%20Service-brightgreen.svg?style=flat )] ( http://android-arsenal.com/details/1/2161 ) [ ![ ktlint] ( https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg )] ( https://ktlint.github.io/ ) ![ Maven Central] ( https://img.shields.io/maven-central/v/net.gotev/uploadservice ) [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
6
6
7
- ### 🏄 Are you interested in getting up to speed fast with file transfers and be able to easily troubleshoot issues? [ Participate to this survey] ( https://forms.gle/wBEWZ6v4f32AsHvA9 )
8
-
9
7
| :information_source : | [ Get started] ( https://github.com/gotev/android-upload-service/wiki/Getting-Started-with-4.x ) |
10
8
| --| --|
11
9
| :book : | [ Check the Wiki] ( https://github.com/gotev/android-upload-service/wiki ) to learn how to use the library and get help |
@@ -25,7 +23,7 @@ Screencasts from the example app included in this repository:
25
23
![ upload] ( https://user-images.githubusercontent.com/16792495/28752872-de9a8894-7529-11e7-823a-e51eda59f5b7.gif )
26
24
27
25
## Features <a name =" features " ></a >
28
- * Android 5.0 (API 21) to Android 11 (API 30 ) support
26
+ * Android 5.0 (API 21) to Android 12 (API 31 ) support
29
27
* 100% Kotlin and fully interoperable with Java
30
28
* upload files to a server with ` FTP ` , ` HTTP multipart/form-data ` or ` Binary ` data requests
31
29
* upload requests can be serialized and executed later
Original file line number Diff line number Diff line change 9
9
library_licenses = [" Apache-2.0" ]
10
10
library_licenses_url = ' https://www.apache.org/licenses/LICENSE-2.0.txt'
11
11
library_project_group = ' net.gotev'
12
- library_version = ' 4.6 .0'
13
- version_code = 47
12
+ library_version = ' 4.7 .0'
13
+ version_code = 48
14
14
min_sdk = 21
15
15
target_sdk = 31
16
16
demo_app_id = ' net.gotev.uploadservicedemo'
You can’t perform that action at this time.
0 commit comments