Skip to content

Releases: VamaSingapore/android-upload-service

1.0.2

28 Sep 14:53
Compare
Choose a tag to compare
upgraded versions

1.0.1

28 Sep 13:10
Compare
Choose a tag to compare
added android-34 permission

Release of Android

28 Sep 12:22
f2254d4
Compare
Choose a tag to compare
feat: Android API 33 support (#639)

* feat: updated all dependencies, gradle and bumped target SDK to 33

* feat: updated library manifest to include POST_NOTIFICATIONS permission and demo app to request notifications permissions on demand on android API 33+

* ci: bump java to 17 and API to 33

* readme: update for android 13

* feat: updated SimpleMultipartUpload demo app