diff --git a/app/build.gradle b/app/build.gradle index 5c1bcbf..bb07219 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,13 +4,13 @@ plugins { } android { - compileSdk 34 + compileSdk 33 defaultConfig { namespace = "org.operatorfoundation.moonbounceAndroidKotlin" applicationId "org.operatorfoundation.moonbounceAndroidKotlin" - minSdk 33 - targetSdk 34 + minSdk 29 + targetSdk 33 versionCode 1 versionName "1.0" @@ -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.9.0' + implementation 'com.google.android.material:material:1.8.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') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 97568a3..53ae2ea 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -33,9 +33,8 @@ diff --git a/moonbounceVPNService/build.gradle b/moonbounceVPNService/build.gradle index 2a5afb1..07749c2 100644 --- a/moonbounceVPNService/build.gradle +++ b/moonbounceVPNService/build.gradle @@ -33,9 +33,9 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.12.0' - implementation 'com.github.operatorfoundation:TransmissionAndroid:1.2.8' - implementation 'com.github.OperatorFoundation:ShapeshifterAndroidKotlin:4.0.5' + implementation 'androidx.core:core-ktx:1.10.1' + implementation 'com.github.operatorfoundation:TransmissionAndroid:1.2.9' + implementation 'com.github.OperatorFoundation:ShapeshifterAndroidKotlin:4.0.8' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5'