new release

This commit is contained in:
Page Asgardius 2022-09-24 17:59:46 -07:00
parent a0c3cc6dc7
commit e6e9d77a70
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ Current feature list
Planned feature list
* better interface for uploads and downloads
* Nothing for now
This app is a work in progress, so it have some bugs that need to be fixed

View file

@ -9,8 +9,8 @@ android {
applicationId "asgardius.page.s3manager"
minSdk 24
targetSdk 33
versionCode 16
versionName "0.1.14"
versionCode 17
versionName "0.1.15"
setProperty("archivesBaseName", "s3-manager-$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"