new release
This commit is contained in:
parent
1258781d01
commit
e0a01c29f2
6 changed files with 11 additions and 10 deletions
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "asgardius.page.s3music"
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 7
|
||||
versionName "0.1.0"
|
||||
versionCode 8
|
||||
versionName "0.1.1"
|
||||
setProperty("archivesBaseName", "s3-music-$versionName")
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
@ -37,13 +37,13 @@ dependencies {
|
|||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.8.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
def exoplayer_version = "2.18.6"
|
||||
def exoplayer_version = "2.18.7"
|
||||
implementation "com.google.android.exoplayer:exoplayer:$exoplayer_version"
|
||||
implementation "com.google.android.exoplayer:extension-mediasession:$exoplayer_version"
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
implementation"com.otaliastudios:zoomlayout:1.9.0"
|
||||
// BEGIN AWS DEPENDENCIES
|
||||
def aws_version = "2.66.0"
|
||||
def aws_version = "2.71.0"
|
||||
implementation "com.amazonaws:aws-android-sdk-s3:$aws_version"
|
||||
implementation ("com.amazonaws:aws-android-sdk-mobile-client:$aws_version") { transitive = true }
|
||||
// END AWS DEPENDENCIES
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
<H3>Created by Page Asgardius</H3>
|
||||
<H3>Libraries used in this app</H3>
|
||||
<ul>
|
||||
<li>Amazon Web Services SDK 2.66.0</li>
|
||||
<li>ExoPlayer 2.18.6</li>
|
||||
<li>Amazon Web Services SDK 2.71.0</li>
|
||||
<li>ExoPlayer 2.18.7</li>
|
||||
<li>Adwaita Icon Theme for GNOME 43</li>
|
||||
<li>Font Awesome icons</li>
|
||||
</ul>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<string name="download_failed">Descarga fallida</string>
|
||||
<string name="upload_failed">Subida fallida</string>
|
||||
<string name="success">Éxito</string>
|
||||
<string name="create_bucket">Crear nuevo bucket</string>
|
||||
<string name="create_bucket">No se encontró nada</string>
|
||||
<string name="invalid_expiration_date">La fecha de caducidad debe ser inferior a 7 días</string>
|
||||
<string name="create_bucket_success">Bucket creado exitosamente</string>
|
||||
<string name="upload_file_here">Subir archivo en el directorio actual</string>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<string name="folder_size">Folder Size</string>
|
||||
<string name="bucket_size">Bucket Size</string>
|
||||
<string name="file_count">Files</string>
|
||||
<string name="create_bucket">Create new bucket</string>
|
||||
<string name="create_bucket">Nothing found here</string>
|
||||
<string name="create_bucket_success">Bucket created successfully</string>
|
||||
<string name="upload_file_here">Upload file in current folder</string>
|
||||
<string name="upload_folder_here">Upload folder in current folder</string>
|
||||
|
|
|
@ -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 '8.0.0' apply false
|
||||
id 'com.android.library' version '8.0.0' apply false
|
||||
id 'com.android.application' version '8.0.2' apply false
|
||||
id 'com.android.library' version '8.0.2' apply false
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
|
@ -0,0 +1 @@
|
|||
* Upgrade libraries
|
Loading…
Reference in a new issue