Version 1.2.0

Ready for version 1.2.0 of Auxio.
This commit is contained in:
OxygenCobalt 2021-01-19 17:10:12 -07:00
parent 80d3c0a650
commit a5100b31ab
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
4 changed files with 5 additions and 8 deletions

View file

@ -3,7 +3,7 @@
<h4 align="center">A sensible and customizable music player for android.</h4> <h4 align="center">A sensible and customizable music player for android.</h4>
<p align="center"> <p align="center">
<a href="https://github.com/oxygencobalt/Auxio/releases"> <a href="https://github.com/oxygencobalt/Auxio/releases">
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.1.0&color=0D5AF5"> <img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.2.0&color=0D5AF5">
</a> </a>
<a href="https://www.gnu.org/licenses/gpl-3.0"> <a href="https://www.gnu.org/licenses/gpl-3.0">
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg"> <img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">

View file

@ -12,7 +12,7 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 1 versionCode 1
versionName "1.1.0" versionName "1.2.0"
buildFeatures { buildFeatures {
dataBinding true dataBinding true
@ -72,9 +72,6 @@ dependencies {
// Lifecycle // Lifecycle
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
// Viewpager
implementation 'androidx.viewpager2:viewpager2:1.0.0'
// Navigation // Navigation
def navigation_version = "2.3.2" def navigation_version = "2.3.2"
implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version" implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version"
@ -100,7 +97,7 @@ dependencies {
implementation 'io.coil-kt:coil:1.1.0' implementation 'io.coil-kt:coil:1.1.0'
// Material // Material
implementation 'com.google.android.material:material:1.3.0-beta01' implementation 'com.google.android.material:material:1.3.0-rc01'
// Fast-Scroll // Fast-Scroll
implementation 'com.reddit:indicator-fast-scroll:1.3.0' implementation 'com.reddit:indicator-fast-scroll:1.3.0'

View file

@ -7,7 +7,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.1' classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0" classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0"

View file

@ -12,7 +12,7 @@ While I do like adding new behavior/UI customizations, these will be looked at m
## Feature Addtions and UI Changes ## Feature Addtions and UI Changes
These arent as likely to be accepted. As I said, I do not want Auxio to become overly bloated with features that are rarely used, therefore **I tend to only accept changes like these if I think they benefit everyone's usage of Auxio, including my own.** This does not rule out these additions, but they are not accepted as often as others. I will also hold off adding features that I **cannot properly add to the UI/UX** until I'm able to implement them without too much disruption or strange behaviors. These arent as likely to be accepted. As I said, I do not want Auxio to become overly bloated with features that are rarely used, therefore **I tend to only accept changes like these if I think they benefit everyone's usage of Auxio, including my own.** This does not rule out these additions, but they are not accepted as often as others. I will also hold off adding features until I'm able to implement them without disruption or strange behaviors.
Feel free to fork Auxio to add your own feature set however. Feel free to fork Auxio to add your own feature set however.