mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Update dependencies
This commit is contained in:
parent
c6f71f5e47
commit
6c31dca1d3
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ android {
|
|||
namespace "io.nekohasekai.sfa"
|
||||
compileSdk 34
|
||||
|
||||
ndkVersion "26.2.11394342"
|
||||
ndkVersion "27.2.12479018"
|
||||
|
||||
ksp {
|
||||
arg("room.incremental", "true")
|
||||
|
@ -96,8 +96,8 @@ dependencies {
|
|||
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.6"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:2.8.2"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:2.8.2"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:2.8.3"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:2.8.3"
|
||||
implementation "com.google.zxing:core:3.5.3"
|
||||
implementation "androidx.room:room-runtime:2.6.1"
|
||||
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue