diff --git a/app/build.gradle b/app/build.gradle index 30ff9bf..89a35f0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "asgardius.page.s3musicmk2" minSdk 21 targetSdk 34 - versionCode 1 - versionName "0.3.0" + versionCode 2 + versionName "0.3.1" setProperty("archivesBaseName", "s3-music-$versionName") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation"com.otaliastudios:zoomlayout:1.9.0" // BEGIN AWS DEPENDENCIES - def aws_version = "2.76.0" + def aws_version = "2.76.1" implementation "com.amazonaws:aws-android-sdk-s3:$aws_version" implementation ("com.amazonaws:aws-android-sdk-mobile-client:$aws_version") { transitive = true } // END AWS DEPENDENCIES diff --git a/app/src/main/assets/about.htm b/app/src/main/assets/about.htm index f27a6b2..b3c8d46 100644 --- a/app/src/main/assets/about.htm +++ b/app/src/main/assets/about.htm @@ -9,7 +9,7 @@

Created by Page Asgardius

Libraries used in this app