From 3ac9acc149273aac1b2d89f8441ec18cd0eec2c1 Mon Sep 17 00:00:00 2001 From: Chris Cant Date: Tue, 20 Jun 2023 08:50:31 +0100 Subject: [PATCH 1/2] rm circleci android hold --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7508c7a6..e10db3e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,8 +42,8 @@ workflows: branches: only: - app-publish - requires: - - HoldAndroid + #requires: + # - HoldAndroid ################ ################ APPLE From 8b19ba48066ac8a1658def0151c65ef711133491 Mon Sep 17 00:00:00 2001 From: Chris Cant Date: Tue, 20 Jun 2023 11:33:00 +0100 Subject: [PATCH 2/2] version to 3.0.1 --- android/app/build.gradle | 4 ++-- android/app/src/main/AndroidManifest.xml | 1 - config.js | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index e5122cd3..1d2202bb 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 1200 - versionName "3.0.0" + versionCode 1201 + versionName "3.0.1" 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/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 70dff838..f95f09ca 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -48,7 +48,6 @@ - diff --git a/config.js b/config.js index 221215f2..7fc26a55 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.0', + MOBILE_VERSION: '3.0.1', }