Skip to content

Commit

Permalink
Upgrade to sdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufucdev committed Aug 7, 2023
1 parent f52d6e0 commit 3fd1a8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
object Versions {
const val minSdk = 24
const val targetSdk = 33
const val targetSdk = 34

const val appcompatVersion = "1.6.1"
const val coreKtVersion = "1.10.1"
const val coreKtVersion = "1.12.0-beta01"
const val coroutineVersion = "1.7.1"
const val composeUiVersion = "1.4.3"
const val composeCompilerVersion = "1.5.0"
const val composeActivityVersion = "1.7.2"
const val composeMaterialVersion = "1.2.0-alpha02"
const val composeMaterialVersion = "1.2.0-alpha04"
const val ktorVersion = "2.3.2"
const val kotlinVersion = "1.9.0"
const val kotlinxSerializationVersion = "1.5.1"
Expand Down

0 comments on commit 3fd1a8e

Please sign in to comment.