Skip to content

Commit

Permalink
Merge pull request #342 from ivpn/task/api-level-34
Browse files Browse the repository at this point in the history
Update app target to API level 34
  • Loading branch information
jurajhilje authored Aug 7, 2024
2 parents 6e87383 + 29b7747 commit 8649826
Show file tree
Hide file tree
Showing 22 changed files with 43 additions and 1,087 deletions.
10 changes: 5 additions & 5 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ android {
}
}

compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
versionCode 131
versionName "2.10.8"
targetSdkVersion 34
versionCode 132
versionName "2.10.9"
ndkVersion "25.1.8937393"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -279,7 +279,7 @@ dependencies {
implementation project(path: ':liboqs-android')

// For crash logging.
implementation 'io.sentry:sentry-android:4.3.0'
implementation 'io.sentry:sentry-android:6.13.1'
implementation "androidx.multidex:multidex:2.0.1"
}

Expand Down
63 changes: 0 additions & 63 deletions core/src/androidTest/java/net/ivpn/core/SecureStorageTest.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8649826

Please sign in to comment.