1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-27 17:14:55 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
dependency-bot
46739be9ed Update dependency androidx.activity:activity to v1.9.1 2024-07-27 12:44:15 +01:00
dependency-bot
982dc9b754 Update dependency androidx.fragment:fragment to v1.8.2 2024-07-27 01:03:56 +00:00

View File

@ -218,8 +218,8 @@ dependencies {
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.gridlayout:gridlayout:1.0.0"
implementation "androidx.palette:palette:1.0.0"
implementation "androidx.activity:activity:1.9.0"
implementation "androidx.fragment:fragment:1.8.1"
implementation "androidx.activity:activity:1.9.1"
implementation "androidx.fragment:fragment:1.8.2"
implementation "androidx.viewpager2:viewpager2:1.1.0"
// Not latest version because of https://github.com/material-components/material-components-android/issues/3924