diff --git a/app/build.gradle b/app/build.gradle index 29e5eff2c..317b1cac6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -163,7 +163,7 @@ dependencies { , 'androidx.recyclerview:recyclerview:1.3.0' // For control over item selection of both touch and mouse driven selection , "androidx.recyclerview:recyclerview-selection:1.1.0" - , 'org.jsoup:jsoup:1.18.1' // HTML parsing. + , 'org.jsoup:jsoup:1.18.3' // HTML parsing. , 'androidx.multidex:multidex:2.0.1' // multidex support , 'io.reactivex.rxjava2:rxandroid:2.1.1' , 'io.reactivex.rxjava2:rxjava:2.2.21' @@ -197,7 +197,7 @@ dependencies { implementation 'com.google.android.material:material:1.10.0' implementation 'androidx.sqlite:sqlite:2.3.1' implementation 'androidx.sqlite:sqlite-framework:2.3.1' - api 'com.google.guava:guava:33.3.0-jre' // collection libraries + api 'com.google.guava:guava:33.3.1-jre' // collection libraries implementation('com.mikepenz:aboutlibraries:6.2.3@aar') { transitive = true @@ -206,8 +206,8 @@ dependencies { implementation 'org.parceler:parceler-api:1.1.13' annotationProcessor 'org.parceler:parceler:1.1.13' // Dagger 2 - implementation 'com.google.dagger:dagger:2.47' - annotationProcessor 'com.google.dagger:dagger-compiler:2.47' + implementation 'com.google.dagger:dagger:2.53.1' + annotationProcessor 'com.google.dagger:dagger-compiler:2.53.1' // picasso implementation 'com.squareup.picasso:picasso:2.71828' @@ -215,7 +215,7 @@ dependencies { // Robolectric 'junit:junit:4.13.2', 'org.assertj:assertj-core:3.26.3', - 'org.robolectric:robolectric:4.13', + 'org.robolectric:robolectric:4.14.1', // Matchers 'org.hamcrest:hamcrest-core:2.2', 'org.hamcrest:hamcrest-library:2.2', diff --git a/app/src/main/res/layout/item_alldata_account.xml b/app/src/main/res/layout/item_alldata_account.xml index e2c8264dc..e90939f1f 100644 --- a/app/src/main/res/layout/item_alldata_account.xml +++ b/app/src/main/res/layout/item_alldata_account.xml @@ -64,7 +64,7 @@ android:layout_gravity="center" android:gravity="center" android:textColor="@android:color/white" - android:textSize="@dimen/mmx_text_view_size_micro" + android:textSize="@dimen/mmx_text_view_size_medium" app:typeface="roboto_light" />