We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da490d commit 41009d4Copy full SHA for 41009d4
lib/build.gradle.kts
@@ -52,8 +52,9 @@ android {
52
localDevices {
53
create("virtual") {
54
device = "Pixel 3"
55
- apiLevel = 35
+ apiLevel = 33
56
systemImageSource = "aosp-atd"
57
+ testedAbi = "x86_64"
58
}
59
60
sample-app/build.gradle.kts
@@ -6,15 +6,15 @@ plugins {
6
7
android {
8
namespace = "at.bitfire.cert4android.demo"
9
- compileSdk = 35
+ compileSdk = 36
10
11
defaultConfig {
12
applicationId = "at.bitfire.cert4android.demo"
13
versionCode = 1
14
versionName = "1.0.0"
15
16
minSdk = 21
17
- targetSdk = 35
+ targetSdk = 36
18
19
vectorDrawables {
20
useSupportLibrary = true
0 commit comments