mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-21 02:20:12 +00:00
feat(android): update dependencies
This commit is contained in:
parent
53e866bcd3
commit
cb60bf2600
1 changed files with 7 additions and 7 deletions
|
|
@ -92,21 +92,21 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
|
||||
implementation "androidx.appcompat:appcompat:1.5.1"
|
||||
implementation "com.google.androidbrowserhelper:androidbrowserhelper:2.4.0"
|
||||
implementation "com.google.code.gson:gson:2.10"
|
||||
implementation "androidx.core:core-ktx:1.9.0"
|
||||
implementation 'androidx.lifecycle:lifecycle-process:2.8.6'
|
||||
implementation "androidx.appcompat:appcompat:1.7.0"
|
||||
implementation "com.google.androidbrowserhelper:androidbrowserhelper:2.5.0"
|
||||
implementation "com.google.code.gson:gson:2.10.1"
|
||||
implementation "androidx.core:core-ktx:1.16.0"
|
||||
implementation 'androidx.lifecycle:lifecycle-process:2.8.7'
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
implementation "com.anggrayudi:storage:1.5.4"
|
||||
|
||||
playImplementation "com.google.android.gms:play-services-auth:20.4.0"
|
||||
playImplementation "com.google.android.gms:play-services-auth:21.3.0"
|
||||
|
||||
implementation project(':capacitor-android')
|
||||
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
|
||||
androidTestImplementation "androidx.test:rules:1.5.0"
|
||||
androidTestImplementation "androidx.test:rules:1.6.1"
|
||||
androidTestImplementation "com.android.support.test:runner:1.0.2"
|
||||
androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue