|
|
|
@ -91,9 +91,9 @@ dependencies {
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
implementation 'androidx.core:core-ktx:1.13.0'
|
|
|
|
implementation 'androidx.core:core-ktx:1.13.1'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.9.0'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.9.0'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.6.2'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.7.0'
|
|
|
|
implementation 'androidx.collection:collection-ktx:1.4.0'
|
|
|
|
implementation 'androidx.collection:collection-ktx:1.4.0'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-service:2.7.0'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-service:2.7.0'
|
|
|
|
@ -101,12 +101,12 @@ dependencies {
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta02'
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-rc01'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
|
|
|
implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha05'
|
|
|
|
implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha05'
|
|
|
|
implementation 'com.google.android.material:material:1.12.0-rc01'
|
|
|
|
implementation 'com.google.android.material:material:1.12.0'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-common-java8:2.7.0'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-common-java8:2.7.0'
|
|
|
|
implementation 'androidx.webkit:webkit:1.10.0'
|
|
|
|
implementation 'androidx.webkit:webkit:1.11.0'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.work:work-runtime:2.9.0'
|
|
|
|
implementation 'androidx.work:work-runtime:2.9.0'
|
|
|
|
//noinspection GradleDependency
|
|
|
|
//noinspection GradleDependency
|
|
|
|
@ -146,6 +146,7 @@ dependencies {
|
|
|
|
implementation 'org.conscrypt:conscrypt-android:2.5.2'
|
|
|
|
implementation 'org.conscrypt:conscrypt-android:2.5.2'
|
|
|
|
|
|
|
|
|
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
|
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
|
|
|
|
|
|
|
|
debugImplementation 'com.github.Koitharu:WorkInspector:2c2919f9f1'
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
|
testImplementation 'org.json:json:20240303'
|
|
|
|
testImplementation 'org.json:json:20240303'
|
|
|
|
|