chore(release): 1.13.9

This commit is contained in:
devthejo 2025-10-01 22:12:43 +02:00
parent cf46272382
commit 39d2985075
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351
4 changed files with 20 additions and 8 deletions

View file

@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [1.13.9](https://github.com/alerte-secours/as-app/compare/v1.13.8...v1.13.9) (2025-10-01)
### Bug Fixes
* **android:** local dev + wip ([fd6ba1c](https://github.com/alerte-secours/as-app/commit/fd6ba1caab783b13bec45584a8db7f12adc1e9c3))
* **android:** photo access ([35753e0](https://github.com/alerte-secours/as-app/commit/35753e0f53df88eceb958eca4eec0a55235cb8a7))
* **flag:** react19 up ([10e2905](https://github.com/alerte-secours/as-app/commit/10e29055c50b62993df05581982f1d9585aaf776))
* **prebuild:** up rn ([44d3ae4](https://github.com/alerte-secours/as-app/commit/44d3ae460fa2ec2d0f517fe142f34db138e7ccbc))
* **prebuild:** wip ([cf46272](https://github.com/alerte-secours/as-app/commit/cf46272382c439eea374b3b7166c5f42ca07c3e3))
* **up:** expo-audio ([4d726d3](https://github.com/alerte-secours/as-app/commit/4d726d3f1a5151b103a03a5ef227337c299e2bc5))
## [1.13.8](https://github.com/alerte-secours/as-app/compare/v1.13.7...v1.13.8) (2025-09-27)

View file

@ -83,8 +83,8 @@ android {
applicationId 'com.alertesecours'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 220
versionName "1.13.8"
versionCode 221
versionName "1.13.9"
multiDexEnabled true
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View file

@ -25,7 +25,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.13.8</string>
<string>1.13.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>220</string>
<string>221</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>

View file

@ -1,6 +1,6 @@
{
"name": "alerte-secours",
"version": "1.13.8",
"version": "1.13.9",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client --private-key-path ./keys/private-key.pem",
@ -50,8 +50,8 @@
"screenshot:android": "scripts/screenshot-android.sh"
},
"customExpoVersioning": {
"versionCode": 220,
"buildNumber": 220
"versionCode": 221,
"buildNumber": 221
},
"commit-and-tag-version": {
"scripts": {