diff --git a/README.md b/README.md index ab24abc29..0cbe073f4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-
+
diff --git a/app/build.gradle b/app/build.gradle
index 4f5aea9c3..e318c0179 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
- versionName "1.1.0"
+ versionName "1.2.0"
buildFeatures {
dataBinding true
@@ -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"
@@ -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'
diff --git a/build.gradle b/build.gradle
index c6aac5674..c69834d08 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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"
diff --git a/info/ADDITIONS.md b/info/ADDITIONS.md
index b4f65094b..400698270 100644
--- a/info/ADDITIONS.md
+++ b/info/ADDITIONS.md
@@ -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.