update readme
This commit is contained in:
parent
caac4c3d66
commit
674a453ab5
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Asgardius S3 Music
|
# 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
|
Current feature list
|
||||||
|
|
||||||
|
@ -57,4 +57,4 @@ Known not supported providers
|
||||||
* Google Cloud (Not compatible with S3v4)
|
* Google Cloud (Not compatible with S3v4)
|
||||||
* Oracle Cloud (compatibility issues with S3v4)
|
* Oracle Cloud (compatibility issues with S3v4)
|
||||||
|
|
||||||
** Extra steps required (read documentation)
|
** Extra steps required (read documentation)
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</Head>
|
</Head>
|
||||||
<Body>
|
<Body>
|
||||||
<H1>About Asgardius S3 Music</H1>
|
<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>Created by Page Asgardius</H3>
|
||||||
<H3>Libraries used in this app</H3>
|
<H3>Libraries used in this app</H3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '7.4.1' apply false
|
id 'com.android.application' version '7.4.2' apply false
|
||||||
id 'com.android.library' version '7.4.1' apply false
|
id 'com.android.library' version '7.4.2' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
task clean(type: Delete) {
|
task clean(type: Delete) {
|
||||||
|
|
Loading…
Reference in a new issue