update android version 2.50 (103)

This commit is contained in:
kanyanat 2025-09-23 20:30:20 +07:00
parent 238e7a98ea
commit 20164b08ea
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ android {
applicationId "th.co.csasset.mobile" applicationId "th.co.csasset.mobile"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101 versionCode 103
versionName "2.50" versionName "2.50"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
missingDimensionStrategy 'react-native-camera', 'general' missingDimensionStrategy 'react-native-camera', 'general'

Binary file not shown.

View File

@ -11,10 +11,10 @@
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"attributes": [], "attributes": [],
"versionCode": 101, "versionCode": 103,
"versionName": "2.50", "versionName": "2.50",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
], ],
"elementType": "File" "elementType": "File"
} }