Skip to content

Commit

Permalink
Set App target SDK to UpsideDownCake
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
  • Loading branch information
schwabe committed May 9, 2023
1 parent 2bb04a1 commit d551053
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions main/build.gradle.kts
Expand Up @@ -17,14 +17,16 @@ android {
aidl = true
}
namespace = "de.blinkt.openvpn"
compileSdk = 33
//compileSdk = 33
compileSdkPreview = "UpsideDownCake"

// Also update runcoverity.sh
ndkVersion = "25.1.8937393"

defaultConfig {
minSdk = 21
targetSdk = 33
//targetSdk = 33
targetSdkPreview = "UpsideDownCake"
versionCode = 198
versionName = "0.7.43"
versionCode = 199
Expand Down Expand Up @@ -197,7 +199,7 @@ dependencies {
dependencies.add("uiImplementation", "androidx.webkit:webkit:1.4.0")
dependencies.add("uiImplementation", "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
dependencies.add("uiImplementation", "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
dependencies.add("uiImplementation","androidx.security:security-crypto:1.0.0")
dependencies.add("uiImplementation","androidx.security:security-crypto:1.1.0-alpha06")


testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21")
Expand Down

0 comments on commit d551053

Please sign in to comment.