Skip to content

Commit 9549130

Browse files
committed
feat: update version code to 104 and version name to 1.04
1 parent c6719f8 commit 9549130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ android {
8585
applicationId "org.moon.algotn"
8686
minSdkVersion rootProject.ext.minSdkVersion
8787
targetSdkVersion rootProject.ext.targetSdkVersion
88-
versionCode 103
89-
versionName "1.03"
88+
versionCode 104
89+
versionName "1.04"
9090
vectorDrawables.useSupportLibrary = true
9191
multiDexEnabled true
9292
}

0 commit comments

Comments
 (0)