Skip to content

Commit 6207db9

Browse files
committed
build: bump min and target SDKs
1 parent bf80981 commit 6207db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ plugins {
1313

1414
android {
1515
namespace = "de.cyb3rko.pincredible"
16-
compileSdk = 35
16+
compileSdk = 36
1717
defaultConfig {
1818
applicationId = "de.cyb3rko.pincredible"
19-
minSdk = 23
20-
targetSdk = 35
19+
minSdk = 26
20+
targetSdk = 36
2121
versionCode = 14
2222
versionName = "1.0.1"
2323
resValue("string", "app_name", "PINcredible Dev")

0 commit comments

Comments
 (0)