We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009d3a5 commit e01902bCopy full SHA for e01902b
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "com.zeepy.zeepyforandroid"
19
minSdkVersion 26
20
targetSdkVersion 30
21
- versionCode 2
22
- versionName "1.0.1"
+ versionCode 3
+ versionName "1.0.2"
23
24
buildConfigField "String", "NAVER_CLIENT_ID", properties['naver_client_id']
25
buildConfigField "String", "NAVER_CLIENT_SECRET_ID", properties['naver_client_secret_id']
0 commit comments