From 43c3ef591c6bce9f3d608052b923d4d88f058dec Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 19 Jan 2026 14:14:16 +0100 Subject: [PATCH] Android release --- android/app/build.gradle | 7 +++++-- android/capawesome.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 67b33337..6931e294 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.compassconnections.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 18 - versionName "1.1.6" + versionCode 22 + versionName "1.1.10" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. @@ -52,6 +52,9 @@ dependencies { implementation 'com.google.android.gms:play-services-auth:21.4.0' implementation 'com.google.firebase:firebase-auth:24.0.1' + + implementation 'com.google.android.play:app-update:2.1.0' + implementation 'com.google.android.play:app-update-ktx:2.1.0' } apply from: 'capacitor.build.gradle' diff --git a/android/capawesome.json b/android/capawesome.json index eb74cc51..7ecf222a 100644 --- a/android/capawesome.json +++ b/android/capawesome.json @@ -1,3 +1,3 @@ { - "version": 23 + "version": 24 }