Skip to content

Commit fa66464

Browse files
committed
change v1.0.1 to v1.0.2
1 parent 96510b4 commit fa66464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

showmoretextview/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
def versionMajor = 1
99
def versionMinor = 0
10-
def versionPatch = 1
10+
def versionPatch = 2
1111
def appVersion = "${versionMajor}.${versionMinor}.${versionPatch}"
1212
def appVersionCode = versionMajor * 1000 + versionMinor * 100 + versionPatch
1313

0 commit comments

Comments
 (0)