From 9ea95641616d5dce7f04df4336faa8d14edb749a Mon Sep 17 00:00:00 2001 From: Chris Cant Date: Sat, 8 Jul 2023 16:07:31 +0100 Subject: [PATCH] Merge production. Bump Android version --- android/app/build.gradle | 4 ++-- config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 99349226..864c7ea4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.ilovefreegle.direct" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1207 - versionName "3.0.5" + versionCode 1208 + versionName "3.0.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/config.js b/config.js index be831b6e..444a8cec 100644 --- a/config.js +++ b/config.js @@ -34,5 +34,5 @@ export default { 'https://63f870e6c729477ebca4098a0b07fd3a@o118493.ingest.sentry.io/4504083802226688', ISAPP: process.env.IZNIK_NUXT3_IS_APP === 'true', - MOBILE_VERSION: '3.0.5', + MOBILE_VERSION: '3.0.6', }