Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 112d48e

Browse files
committed
update version code and name for 1.0.3 release
1 parent 12ab9b8 commit 112d48e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
applicationId "com.ms_square.android.design.overlay"
3434
minSdkVersion project.ANDROID_BUILD_MIN_SDK_VERSION
3535
targetSdkVersion project.ANDROID_BUILD_TARGET_SDK_VERSION
36-
versionCode 2
37-
versionName "1.0.1"
36+
versionCode 3
37+
versionName "1.0.2"
3838
}
3939

4040
signingConfigs {

0 commit comments

Comments
 (0)