Skip to content

Commit f25e6ee

Browse files
authored
Merge pull request #299 from Kotlin-Android-Open-Source/copilot/update-targetsdk-compile-sdk
Update to Android SDK 36 with AGP 8.8.0
2 parents e7df996 + 844a1fb commit f25e6ee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

buildSrc/src/main/kotlin/appConfig.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
object appConfig {
33
const val applicationId = "com.hoc.flowmvi"
44

5-
const val compileSdkVersion = 35
6-
const val buildToolsVersion = "35.0.0"
5+
const val compileSdkVersion = 36
6+
const val buildToolsVersion = "36.0.0"
77
const val minSdkVersion = 21
8-
const val targetSdkVersion = 35
8+
const val targetSdkVersion = 36
99

1010
private const val MAJOR = 2
1111
private const val MINOR = 2

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
android-compile = "35"
3-
android-gradle = "8.12.0"
2+
android-compile = "36"
3+
android-gradle = "8.8.0"
44
android-min = "21"
5-
android-target = "35"
5+
android-target = "36"
66
androidx-appcompat = "1.7.1"
77
androidx-constraintlayout = "2.2.1"
88
androidx-core-ktx = "1.16.0"

0 commit comments

Comments
 (0)