File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66android {
7- compileSdk 33
7+ compileSdk 34
88
99 defaultConfig {
1010 namespace = " org.operatorfoundation.moonbounceAndroidKotlin"
@@ -35,11 +35,11 @@ android {
3535dependencies {
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' )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66android {
7- compileSdk 33
7+ compileSdk 34
88 namespace = " org.operatorfoundation.moonbouncevpnservice"
99
1010 defaultConfig {
@@ -32,9 +32,9 @@ android {
3232}
3333
3434dependencies {
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'
You can’t perform that action at this time.
0 commit comments