Skip to content

Commit 41009d4

Browse files
authored
Update SDK versions to 36 and adjust local device API level to 33 with x86_64 ABI (#59)
1 parent 7da490d commit 41009d4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ android {
5252
localDevices {
5353
create("virtual") {
5454
device = "Pixel 3"
55-
apiLevel = 35
55+
apiLevel = 33
5656
systemImageSource = "aosp-atd"
57+
testedAbi = "x86_64"
5758
}
5859
}
5960
}

sample-app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ plugins {
66

77
android {
88
namespace = "at.bitfire.cert4android.demo"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "at.bitfire.cert4android.demo"
1313
versionCode = 1
1414
versionName = "1.0.0"
1515

1616
minSdk = 21
17-
targetSdk = 35
17+
targetSdk = 36
1818

1919
vectorDrawables {
2020
useSupportLibrary = true

0 commit comments

Comments
 (0)