Skip to content

Commit 0262063

Browse files
committed
raise minimum API level to 33 (Android 13)
Android 13 is the oldest release with security support and also the oldest release supported by our App Store.
1 parent b22b356 commit 0262063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747

4848
defaultConfig {
4949
applicationId = "app.attestation.auditor"
50-
minSdk = 31
50+
minSdk = 33
5151
targetSdk = 35
5252
versionCode = 89
5353
versionName = versionCode.toString()

0 commit comments

Comments
 (0)