Skip to content

Commit

Permalink
Merge pull request #309 from team-winey/feature/chore-upgrade-target-…
Browse files Browse the repository at this point in the history
…version

[chore] 타겟 api level 34로 변경
  • Loading branch information
leeeha authored Oct 31, 2024
2 parents e4b3049 + 3057039 commit 5970dcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/DefaultConfig.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object DefaultConfig {
const val packageName = "org.go.sopt.winey"
const val compileSdk = 33
const val compileSdk = 34
const val minSdk = 28
const val targetSdk = 33
const val versionCode = 32
const val versionName = "1.1.0"
const val targetSdk = 34
const val versionCode = 33
const val versionName = "1.1.1"
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.api.JavaVersion

object Versions {
const val gradleVersion = "8.0.2"
const val gradleVersion = "8.1.1"
const val kotlinVersion = "1.8.20"
const val kotlinSerializationJsonVersion = "1.5.1"
const val kotlinDateTimeVersion = "0.4.0"
Expand Down

0 comments on commit 5970dcc

Please sign in to comment.