Skip to content

Commit dd029d3

Browse files
committed
Fixed versionCode and versionName
1 parent 7c261b1 commit dd029d3

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
@@ -8,8 +8,8 @@ android {
88
applicationId "com.easyfitness"
99
minSdkVersion 21
1010
targetSdkVersion 30
11-
versionCode 58
12-
versionName "0.20.1"
11+
versionCode 59
12+
versionName "0.20.2"
1313
vectorDrawables.useSupportLibrary true
1414
}
1515

0 commit comments

Comments
 (0)