Skip to content

Commit 1dab714

Browse files
authored
Bump target sdk version to 36 (#1039)
You need this for Google Play updates
1 parent 8677e2e commit 1dab714

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • build-logic/plugins/convention/src/main/kotlin/com/flipperdevices/buildlogic

build-logic/plugins/convention/src/main/kotlin/com/flipperdevices/buildlogic/ApkConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ object ApkConfig {
88

99
const val MIN_SDK_VERSION = 26
1010

11-
const val TARGET_SDK_VERSION = 35
12-
const val COMPILE_SDK_VERSION = 35
11+
const val TARGET_SDK_VERSION = 36
12+
const val COMPILE_SDK_VERSION = 36
1313
const val ROBOELECTRIC_SDK_VERSION = 34
1414

1515
private const val DEBUG_VERSION = "1.0.0"

0 commit comments

Comments
 (0)