Skip to content

Commit 671f211

Browse files
committed
update gradle
1 parent 4568f97 commit 671f211

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ android {
3535
dependencies {
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')

moonbounceVPNService/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
dependencies {
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

0 commit comments

Comments
 (0)