Skip to content

Commit 4568f97

Browse files
committed
update gradle files
1 parent cae9bfb commit 4568f97

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
android {
7-
compileSdk 33
7+
compileSdk 34
88

99
defaultConfig {
1010
namespace = "org.operatorfoundation.moonbounceAndroidKotlin"
@@ -35,11 +35,11 @@ android {
3535
dependencies {
3636
def coroutines_version = '1.6.4'
3737

38-
implementation 'androidx.core:core-ktx:1.10.1'
38+
implementation 'androidx.core:core-ktx:1.12.0'
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.8.0'
42+
implementation 'com.google.android.material:material:1.11.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
android {
7-
compileSdk 33
7+
compileSdk 34
88
namespace = "org.operatorfoundation.moonbouncevpnservice"
99

1010
defaultConfig {
@@ -32,9 +32,9 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation 'androidx.core:core-ktx:1.10.1'
36-
implementation 'com.github.OperatorFoundation:TransmissionAndroid:1.3.1'
37-
implementation 'com.github.OperatorFoundation:ShapeshifterAndroidKotlin:4.1.3'
35+
implementation 'androidx.core:core-ktx:1.12.0'
36+
implementation 'com.github.OperatorFoundation:TransmissionAndroid:1.3.2'
37+
implementation 'com.github.OperatorFoundation:ShapeshifterAndroidKotlin:4.1.4'
3838

3939
testImplementation 'junit:junit:4.13.2'
4040
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

0 commit comments

Comments
 (0)