Version 1.3.3
Ready for version 1.3.3 of Auxio.
This commit is contained in:
parent
d0280fffb2
commit
ec78684c25
5 changed files with 8 additions and 12 deletions
|
@ -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">
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@android:color/white" />
|
||||
</shape>
|
|
@ -33,6 +33,7 @@ allprojects {
|
|||
jcenter {
|
||||
content {
|
||||
includeGroup("com.google.android.exoplayer")
|
||||
includeGroup("org.jetbrains.trove4j")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/5.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/5.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
- Fixed crash that would prevent the playback state from being saved
|
||||
- Integrated fast-scroller completely in codebase
|
Loading…
Reference in a new issue