Skip to content

Commit

Permalink
Fix crash on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Apr 4, 2023
1 parent 61c8c65 commit e8aa634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,7 @@ dependencies {

implementation "de.adorsys.android:securestoragelibrary:0.0.2"
implementation 'com.github.cdflynn:checkview:v1.1'

// required to avoid crash on Android 12 API 31
implementation 'androidx.work:work-runtime-ktx:2.7.1'
}

0 comments on commit e8aa634

Please sign in to comment.