Skip to content

Commit

Permalink
Bump compile and taget SDK versions to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 8, 2024
1 parent 9bc7458 commit 6ff9a51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@

@file:Suppress("ClassName")

import org.gradle.api.JavaVersion

object appConfig {

const val compileSdkVersion = 32
const val targetSdkVersion = 32
const val compileSdkVersion = 34
const val targetSdkVersion = 34
const val minSdkVersion = 21
const val applicationId = "com.paulrybitskyi.gamedge"
const val versionCode = 1
Expand Down

0 comments on commit 6ff9a51

Please sign in to comment.