Skip to content

Commit 425832d

Browse files
authored
Update appConfig.kt
1 parent 31610f2 commit 425832d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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 = 34
6-
const val buildToolsVersion = "34.0.0"
5+
const val compileSdkVersion = 35
6+
const val buildToolsVersion = "35.0.0"
77
const val minSdkVersion = 21
8-
const val targetSdkVersion = 34
8+
const val targetSdkVersion = 35
99

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

0 commit comments

Comments
 (0)