Skip to content

Commit

Permalink
Merge pull request #1960 from moneymanagerex/google
Browse files Browse the repository at this point in the history
Upgrade various libs
  • Loading branch information
guanlisheng authored Dec 11, 2024
2 parents 072347f + af01624 commit 5f217cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand All @@ -206,16 +206,16 @@ 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'

testImplementation(
// 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',
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_alldata_account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

<!-- Attachment Status -->
Expand Down

0 comments on commit 5f217cc

Please sign in to comment.