Merge pull request #10021 from Isira-Seneviratne/PendingIntentCompat

Switch to AndroidX's PendingIntentCompat.
This commit is contained in:
Stypox 2023-04-14 14:20:47 +02:00 committed by GitHub
commit 727de29bd6
9 changed files with 20 additions and 87 deletions

View file

@ -212,7 +212,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'androidx.fragment:fragment-ktx:1.4.1'
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${androidxLifecycleVersion}"