Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bragelbytes committed Jan 22, 2024
1 parent 4568f97 commit 671f211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ android {
dependencies {
def coroutines_version = '1.6.4'

implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.test.ext:junit-ktx:1.1.5'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation project(path: ':moonbounceVPNService')
Expand Down
2 changes: 1 addition & 1 deletion moonbounceVPNService/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
}

dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'com.github.OperatorFoundation:TransmissionAndroid:1.3.2'
implementation 'com.github.OperatorFoundation:ShapeshifterAndroidKotlin:4.1.4'

Expand Down

0 comments on commit 671f211

Please sign in to comment.