update readme

This commit is contained in:
Page Asgardius 2023-03-03 09:23:25 -07:00
parent caac4c3d66
commit 674a453ab5
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Asgardius S3 Music
Play your music that are stored on servers that are compatible with S3 Object Storage Protocol
Play your music stored on servers that are compatible with S3 Object Storage Protocol
Current feature list
@ -57,4 +57,4 @@ Known not supported providers
* Google Cloud (Not compatible with S3v4)
* Oracle Cloud (compatibility issues with S3v4)
** Extra steps required (read documentation)
** Extra steps required (read documentation)

View file

@ -5,7 +5,7 @@
</Head>
<Body>
<H1>About Asgardius S3 Music</H1>
<p>File Explorer to manage servers compatible with S3 Object Storage Protocol</p>
<p>Play your music stored on servers that are compatible with S3 Object Storage Protocol</p>
<H3>Created by Page Asgardius</H3>
<H3>Libraries used in this app</H3>
<ul>

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
}
task clean(type: Delete) {