Skip to content

Commit e01902b

Browse files
author
jeongrok
committed
fix: version code
1 parent 009d3a5 commit e01902b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.zeepy.zeepyforandroid"
1919
minSdkVersion 26
2020
targetSdkVersion 30
21-
versionCode 2
22-
versionName "1.0.1"
21+
versionCode 3
22+
versionName "1.0.2"
2323

2424
buildConfigField "String", "NAVER_CLIENT_ID", properties['naver_client_id']
2525
buildConfigField "String", "NAVER_CLIENT_SECRET_ID", properties['naver_client_secret_id']

0 commit comments

Comments
 (0)