mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 03:47:38 +03:00
Update dependencies
This commit is contained in:
parent
f9fcd40059
commit
3945b317c4
2 changed files with 6 additions and 6 deletions
|
@ -90,7 +90,7 @@ android {
|
|||
dependencies {
|
||||
implementation(fileTree("libs"))
|
||||
|
||||
implementation "androidx.core:core-ktx:1.12.0"
|
||||
implementation "androidx.core:core-ktx:1.13.0"
|
||||
implementation "androidx.appcompat:appcompat:1.6.1"
|
||||
implementation "com.google.android.material:material:1.11.0"
|
||||
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
|
@ -102,9 +102,9 @@ dependencies {
|
|||
implementation "androidx.room:room-runtime:2.6.1"
|
||||
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||
implementation "androidx.preference:preference-ktx:1.2.1"
|
||||
implementation "androidx.camera:camera-view:1.3.2"
|
||||
implementation "androidx.camera:camera-lifecycle:1.3.2"
|
||||
implementation "androidx.camera:camera-camera2:1.3.2"
|
||||
implementation "androidx.camera:camera-view:1.3.3"
|
||||
implementation "androidx.camera:camera-lifecycle:1.3.3"
|
||||
implementation "androidx.camera:camera-camera2:1.3.3"
|
||||
ksp "androidx.room:room-compiler:2.6.1"
|
||||
implementation "androidx.work:work-runtime-ktx:2.9.0"
|
||||
implementation "androidx.browser:browser:1.8.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue