summaryrefslogtreecommitdiff
path: root/main/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'main/build.gradle.kts')
-rw-r--r--main/build.gradle.kts8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/build.gradle.kts b/main/build.gradle.kts
index 20dc6479..a52cf835 100644
--- a/main/build.gradle.kts
+++ b/main/build.gradle.kts
@@ -16,15 +16,15 @@ android {
aidl = true
}
namespace = "de.blinkt.openvpn"
- compileSdk = 34
+ compileSdk = 35
//compileSdkPreview = "UpsideDownCake"
// Also update runcoverity.sh
- ndkVersion = "26.1.10909125"
+ ndkVersion = "26.3.11579264"
defaultConfig {
minSdk = 21
- targetSdk = 34
+ targetSdk = 35
//targetSdkPreview = "UpsideDownCake"
versionCode = 206
versionName = "0.7.51"
@@ -235,6 +235,8 @@ dependencies {
implementation(libs.androidx.core.ktx)
uiImplementation(libs.android.view.material)
+ uiImplementation(libs.androidx.activity)
+ uiImplementation(libs.androidx.activity.ktx)
uiImplementation(libs.androidx.appcompat)
uiImplementation(libs.androidx.cardview)
uiImplementation(libs.androidx.viewpager2)