Skip to content

Commit e424b80

Browse files
Copilothoc081098
andcommitted
Update targetSDK and compileSDK to 36 with AGP 8.4.0
Co-authored-by: hoc081098 <36917223+hoc081098@users.noreply.github.com>
1 parent f9e5868 commit e424b80

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.4.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)