Skip to content

Commit 71da71c

Browse files
rvandermeulenjonalmeida
authored andcommitted
Target Android 17
1 parent dce4248 commit 71da71c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

buildSrc/src/main/java/Config.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import java.util.Locale
99

1010
object Config {
1111
// Synchronized build configuration for all modules
12-
const val buildToolsVersion = "36.1.0"
13-
const val compileSdkMajorVersion = 36
14-
const val compileSdkMinorVersion = 1
12+
const val buildToolsVersion = "37.0.0"
13+
const val compileSdkMajorVersion = 37
14+
const val compileSdkMinorVersion = 0
1515
const val minSdkVersion = 26
16-
const val targetSdkVersion = 36
16+
const val targetSdkVersion = 37
1717
const val jvmTargetCompatibility = 17
1818

1919
@JvmStatic

0 commit comments

Comments
 (0)