From ec78684c25a3cccaa8b2be415ab23f3b65341a70 Mon Sep 17 00:00:00 2001 From: OxygenCobalt Date: Tue, 23 Mar 2021 20:01:18 -0600 Subject: [PATCH] Version 1.3.3 Ready for version 1.3.3 of Auxio. --- README.md | 2 +- app/build.gradle | 10 ++++------ app/src/main/res/drawable/ui_circle.xml | 5 ----- build.gradle | 1 + fastlane/metadata/android/en-US/changelogs/5.txt | 2 ++ 5 files changed, 8 insertions(+), 12 deletions(-) delete mode 100644 app/src/main/res/drawable/ui_circle.xml create mode 100644 fastlane/metadata/android/en-US/changelogs/5.txt diff --git a/README.md b/README.md index 0b21d4943..f41088ddd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

A simple, rational music player for android.

- GitHub release + GitHub release diff --git a/app/build.gradle b/app/build.gradle index 4a7d26a2b..e27d82931 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.oxycblt.auxio" minSdkVersion 21 targetSdkVersion 30 - versionCode 4 - versionName "1.3.2" + versionCode 5 + versionName "1.3.3" buildFeatures { dataBinding true @@ -57,15 +57,13 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" // --- SUPPORT --- // General implementation "androidx.core:core-ktx:1.3.2" - implementation "androidx.appcompat:appcompat:1.2.0" implementation "androidx.activity:activity-ktx:1.2.1" - implementation "androidx.fragment:fragment-ktx:1.3.1" + implementation "androidx.fragment:fragment-ktx:1.3.0" // UI implementation "androidx.recyclerview:recyclerview:1.1.0" @@ -86,7 +84,7 @@ dependencies { // Media // TODO: Migrate to media2 when I can figure out how to use it implementation "androidx.media:media:1.2.1" - + // Preferences implementation "androidx.preference:preference-ktx:1.1.1" diff --git a/app/src/main/res/drawable/ui_circle.xml b/app/src/main/res/drawable/ui_circle.xml deleted file mode 100644 index a6f3dfaa6..000000000 --- a/app/src/main/res/drawable/ui_circle.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 9f69a7a2e..70ac08e23 100644 --- a/build.gradle +++ b/build.gradle @@ -33,6 +33,7 @@ allprojects { jcenter { content { includeGroup("com.google.android.exoplayer") + includeGroup("org.jetbrains.trove4j") } } } diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 000000000..04e599ad3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,2 @@ +- Fixed crash that would prevent the playback state from being saved +- Integrated fast-scroller completely in codebase