diff --git a/apps/yup-live-mobile/android/app/build.gradle b/apps/yup-live-mobile/android/app/build.gradle index 6340118..5ac8d2a 100644 --- a/apps/yup-live-mobile/android/app/build.gradle +++ b/apps/yup-live-mobile/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "gf.info.yup" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 57 - versionName "1.4.5" + versionCode 58 + versionName "1.4.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/apps/yup-live/public/mobile/latest-version.json b/apps/yup-live/public/mobile/latest-version.json index 36c9077..a7e2bb2 100644 --- a/apps/yup-live/public/mobile/latest-version.json +++ b/apps/yup-live/public/mobile/latest-version.json @@ -1,5 +1,5 @@ { - "version": "1.4.5", + "version": "1.4.6", "forced": false, "paused": false, "message": "A new version of the app is available. It is recommended to update to the latest version. Do you want to update now?",