Bump API and Android app versions: update API to 1.53.0 and Android versionCode to 137 for release.

This commit is contained in:
MartinBraquet
2026-07-28 19:39:22 +02:00
parent c7150da21f
commit 0562896931
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ android {
applicationId "com.compassconnections.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 136
versionCode 137
versionName "1.32.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {

View File

@@ -1,6 +1,6 @@
{
"name": "@compass/api",
"version": "1.52.0",
"version": "1.53.0",
"private": true,
"description": "Backend API endpoints",
"main": "src/serve.ts",