Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
Ready for version 1.2.0 of Auxio.
  • Loading branch information
OxygenCobalt committed Jan 20, 2021
1 parent 80d3c0a commit a5100b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 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 sensible and customizable 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.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 href="https://www.gnu.org/licenses/gpl-3.0">
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">
Expand Down
7 changes: 2 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.1.0"
versionName "1.2.0"

buildFeatures {
dataBinding true
Expand Down Expand Up @@ -72,9 +72,6 @@ dependencies {
// Lifecycle
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"

// Viewpager
implementation 'androidx.viewpager2:viewpager2:1.0.0'

// Navigation
def navigation_version = "2.3.2"
implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version"
Expand All @@ -100,7 +97,7 @@ dependencies {
implementation 'io.coil-kt:coil:1.1.0'

// Material
implementation 'com.google.android.material:material:1.3.0-beta01'
implementation 'com.google.android.material:material:1.3.0-rc01'

// Fast-Scroll
implementation 'com.reddit:indicator-fast-scroll:1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
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 "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion info/ADDITIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ While I do like adding new behavior/UI customizations, these will be looked at m

## 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.

0 comments on commit a5100b3

Please sign in to comment.