Skip to content

Commit c34b275

Browse files
committed
chore: bump version
1 parent 6d78143 commit c34b275

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
[![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)
66

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-
97
| :information_source: | [Get started](https://github.com/gotev/android-upload-service/wiki/Getting-Started-with-4.x) |
108
|--|--|
119
| :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:
2523
![upload](https://user-images.githubusercontent.com/16792495/28752872-de9a8894-7529-11e7-823a-e51eda59f5b7.gif)
2624

2725
## 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
2927
* 100% Kotlin and fully interoperable with Java
3028
* upload files to a server with `FTP`, `HTTP multipart/form-data` or `Binary` data requests
3129
* upload requests can be serialized and executed later

manifest.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ext {
99
library_licenses = ["Apache-2.0"]
1010
library_licenses_url = 'https://www.apache.org/licenses/LICENSE-2.0.txt'
1111
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
1414
min_sdk = 21
1515
target_sdk = 31
1616
demo_app_id = 'net.gotev.uploadservicedemo'

0 commit comments

Comments
 (0)