File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ android {
3535dependencies {
3636 def coroutines_version = ' 1.6.4'
3737
38- implementation ' androidx.core:core-ktx:1.12.0 '
38+ implementation ' androidx.core:core-ktx:1.10.1 '
3939 implementation ' androidx.appcompat:appcompat:1.6.1'
4040 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
4141 implementation ' androidx.test.ext:junit-ktx:1.1.5'
42- implementation ' com.google.android.material:material:1.11 .0'
42+ implementation ' com.google.android.material:material:1.9 .0'
4343 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
4444 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
4545 implementation project(path : ' :moonbounceVPNService' )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
3232}
3333
3434dependencies {
35- implementation ' androidx.core:core-ktx:1.12.0 '
35+ implementation ' androidx.core:core-ktx:1.10.1 '
3636 implementation ' com.github.OperatorFoundation:TransmissionAndroid:1.3.2'
3737 implementation ' com.github.OperatorFoundation:ShapeshifterAndroidKotlin:4.1.4'
3838
You can’t perform that action at this time.
0 commit comments