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 c6719f8 commit 9549130Copy full SHA for 9549130
android/app/build.gradle
@@ -85,8 +85,8 @@ android {
85
applicationId "org.moon.algotn"
86
minSdkVersion rootProject.ext.minSdkVersion
87
targetSdkVersion rootProject.ext.targetSdkVersion
88
- versionCode 103
89
- versionName "1.03"
+ versionCode 104
+ versionName "1.04"
90
vectorDrawables.useSupportLibrary = true
91
multiDexEnabled true
92
}
0 commit comments