diff --git a/README.md b/README.md index 0b21d4943..f41088ddd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-
+
diff --git a/app/build.gradle b/app/build.gradle
index 4a7d26a2b..e27d82931 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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"
diff --git a/app/src/main/res/drawable/ui_circle.xml b/app/src/main/res/drawable/ui_circle.xml
deleted file mode 100644
index a6f3dfaa6..000000000
--- a/app/src/main/res/drawable/ui_circle.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-