Skip to content

Commit

Permalink
[앱 심사 요청] v1.5.6(16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haeeul committed Feb 19, 2024
1 parent 302952f commit f4d6e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/ConfigData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ object ConfigData {
const val buildToolsVersion = "30.0.3"
const val minSdkVersion = 23
const val targetSdkVersion = 33
const val versionCode = 15
const val versionName = "1.5.5"
const val versionCode = 16
const val versionName = "1.5.6"

// gradle
const val gradleVersion = "7.3.1"
Expand Down

0 comments on commit f4d6e22

Please sign in to comment.