1
0
Fork 0

Merge pull request #58 from VendroidEnhanced/renovate/androidx.activity-activity-1.x

Update dependency androidx.activity:activity to v1.9.1
This commit is contained in:
nin0dev 2024-07-24 16:48:14 -04:00 committed by GitHub
commit 23e582a92c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ dependencies {
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28'
implementation 'com.google.android.material:material:1.12.0' implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.activity:activity:1.9.0' implementation 'androidx.activity:activity:1.9.1'
implementation 'com.android.volley:volley:1.2.1' implementation 'com.android.volley:volley:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
} }