Skip to content

Commit 1dd6db8

Browse files
version: 1.0.8(10) 업그레이드
1 parent 8c76434 commit 1dd6db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/DeviceInfo.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ object DeviceInfo {
33
const val compileSdk = 33
44
const val minSdk = 28
55
const val targetSdk = 32
6-
const val versionCode = 9
7-
const val versionName = "1.0.7"
6+
const val versionCode = 10
7+
const val versionName = "1.0.8"
88
const val androidTestInstrumentation = "androidx.test.runner.AndroidJUnitRunner"
99

1010
}

0 commit comments

Comments
 (0)