diff --git a/app/build.gradle b/app/build.gradle index a97588114..9335bcac0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.recyclerview:recyclerview:1.3.0-alpha01' - implementation 'androidx.preference:preference-ktx:1.2.0-beta01' + implementation 'androidx.preference:preference-ktx:1.2.0-rc01' implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.palette:palette-ktx:1.0.0' @@ -105,12 +105,12 @@ dependencies { //WebServer by NanoHttpd implementation "org.nanohttpd:nanohttpd:2.3.1" - def nav_version = '2.4.0-beta02' + def nav_version = '2.4.0-rc01' implementation "androidx.navigation:navigation-runtime-ktx:$nav_version" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version" - def room_version = '2.4.0-rc01' + def room_version = '2.4.0' implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-ktx:$room_version" kapt "androidx.room:room-compiler:$room_version" @@ -153,7 +153,7 @@ dependencies { implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0' implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5' - implementation 'com.github.Adonai:jaudiotagger:2.3.14' + implementation 'com.github.Adonai:jaudiotagger:2.3.15' implementation 'com.anjlab.android.iab.v3:library:2.0.3' implementation 'com.r0adkll:slidableactivity:2.1.0' implementation 'com.heinrichreimersoftware:material-intro:2.0.0' diff --git a/app/src/main/res/layout/fragment_circle_player.xml b/app/src/main/res/layout/fragment_circle_player.xml index e2dde6b40..cbf8c9ed2 100644 --- a/app/src/main/res/layout/fragment_circle_player.xml +++ b/app/src/main/res/layout/fragment_circle_player.xml @@ -164,7 +164,7 @@ android:textAppearance="@style/TextViewSubtitle2" android:textColor="?android:attr/textColorSecondary" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="@+id/volumeSeekBar" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/volumeSeekBar" /> diff --git a/appthemehelper/build.gradle b/appthemehelper/build.gradle index 10c0f52e5..3d9c17bb5 100644 --- a/appthemehelper/build.gradle +++ b/appthemehelper/build.gradle @@ -22,7 +22,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.5.0-beta01' - implementation 'androidx.preference:preference-ktx:1.2.0-beta01' + implementation 'androidx.preference:preference-ktx:1.2.0-rc01' implementation 'androidx.cardview:cardview:1.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" diff --git a/build.gradle b/build.gradle index 1c7975412..b83f8e44b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,11 +9,13 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:7.0.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - def nav_version = "2.4.0-beta02" + def nav_version = "2.4.0-rc01" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version" } } - +plugins { + id "com.github.ben-manes.versions" version "0.39.0" +} task clean(type: Delete) { delete rootProject.buildDir } \ No newline at end of file