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
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue