We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f850fa commit ce88901Copy full SHA for ce88901
android/app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "org.muslimtechnician.muajjin"
8
minSdkVersion rootProject.ext.minSdkVersion
9
targetSdkVersion rootProject.ext.targetSdkVersion
10
- versionCode 200
11
- versionName "2.0.0"
+ versionCode 210
+ versionName "2.1.0"
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
aaptOptions {
14
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vite_react_shadcn_ts",
3
"private": true,
4
- "version": "2.0.0",
+ "version": "2.1.0",
5
"type": "module",
6
"scripts": {
"dev": "vite",
0 commit comments