Skip to content

Commit

Permalink
Update appConfig.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Nov 7, 2024
1 parent 31610f2 commit 425832d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/appConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
object appConfig {
const val applicationId = "com.hoc.flowmvi"

const val compileSdkVersion = 34
const val buildToolsVersion = "34.0.0"
const val compileSdkVersion = 35
const val buildToolsVersion = "35.0.0"
const val minSdkVersion = 21
const val targetSdkVersion = 34
const val targetSdkVersion = 35

private const val MAJOR = 2
private const val MINOR = 2
Expand Down

0 comments on commit 425832d

Please sign in to comment.