Skip to content

Commit

Permalink
♻️ :: 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
parkuiery committed Aug 13, 2024
1 parent d723d38 commit 721d32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()

versionCode = 16
versionName = "1.3.7"
versionCode = 17
versionName = "1.3.8"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 721d32d

Please sign in to comment.