Skip to content

Commit

Permalink
Version 1.3.3
Browse files Browse the repository at this point in the history
Ready for version 1.3.3 of Auxio.
  • Loading branch information
OxygenCobalt committed Mar 24, 2021
1 parent d0280ff commit ec78684
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h4 align="center">A simple, rational music player for android.</h4>
<p align="center">
<a href="https://github.com/oxygencobalt/Auxio/releases/">
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.3.2&color=0D5AF5">
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.3.3&color=0D5AF5">
</a>
<a href="https://www.gnu.org/licenses/gpl-3.0">
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">
Expand Down
10 changes: 4 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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"

Expand Down
5 changes: 0 additions & 5 deletions app/src/main/res/drawable/ui_circle.xml

This file was deleted.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ allprojects {
jcenter {
content {
includeGroup("com.google.android.exoplayer")
includeGroup("org.jetbrains.trove4j")
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed crash that would prevent the playback state from being saved
- Integrated fast-scroller completely in codebase

0 comments on commit ec78684

Please sign in to comment.