Skip to content

Commit 8da615d

Browse files
committed
♻️ :: 버전 업데이트
1 parent ad23a40 commit 8da615d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
minSdk = libs.versions.minSdk.get().toInt()
1818
targetSdk = libs.versions.targetSdk.get().toInt()
1919

20-
versionCode = 15
21-
versionName = "1.3.6"
20+
versionCode = 16
21+
versionName = "1.3.7"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
}

0 commit comments

Comments
 (0)