Skip to content

Commit bb41a5b

Browse files
author
code3-dev
committed
Fix Connection Bug
1 parent 17d40a9 commit bb41a5b

File tree

21 files changed

+410
-163
lines changed

21 files changed

+410
-163
lines changed

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
applicationId = "com.cloud.pira"
4343
minSdk = flutter.minSdkVersion
4444
targetSdk = flutter.targetSdkVersion
45-
versionCode = 41
46-
versionName = "3.7.1"
45+
versionCode = 42
46+
versionName = "3.7.2"
4747

4848
manifestPlaceholders.put("io.flutter.embedding.android.EnableImpeller", "false")
4949
}

assets/languages/ar.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"deselect_all": "إلغاء تحديد الكل",
304304
"contact": "اتصال",
305305
"contact_on_telegram": "الاتصال على تيليجرام",
306-
"dismiss": "رفض"
306+
"dismiss": "رفض",
307+
"exit": "خروج",
308+
"exit_app": "الخروج من التطبيق",
309+
"exit_confirm": "هل أنت متأكد أنك تريد الخروج من التطبيق؟",
310+
"exit_yes": "نعم، اخرج",
311+
"exit_cancel": "إلغاء"
307312
},
308313
"errors": {
309314
"network_error": "حدث خطأ في الشبكة",

assets/languages/en.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"deselect_all": "Deselect All",
304304
"contact": "Contact",
305305
"contact_on_telegram": "Contact on Telegram",
306-
"dismiss": "DISMISS"
306+
"dismiss": "DISMISS",
307+
"exit": "Exit",
308+
"exit_app": "Exit the application",
309+
"exit_confirm": "Are you sure you want to exit the application?",
310+
"exit_yes": "Yes, Exit",
311+
"exit_cancel": "Cancel"
307312
},
308313
"errors": {
309314
"network_error": "Network error occurred",

assets/languages/es.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"deselect_all": "Deseleccionar Todo",
304304
"contact": "Contacto",
305305
"contact_on_telegram": "Contactar en Telegram",
306-
"dismiss": "DESCARTAR"
306+
"dismiss": "DESCARTAR",
307+
"exit": "Salir",
308+
"exit_app": "Salir de la aplicación",
309+
"exit_confirm": "¿Está seguro de que desea salir de la aplicación?",
310+
"exit_yes": "Sí, Salir",
311+
"exit_cancel": "Cancelar"
307312
},
308313
"errors": {
309314
"network_error": "Ocurrió un error de red",

assets/languages/fa.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"deselect_all": "لغو انتخاب همه",
304304
"contact": "تماس",
305305
"contact_on_telegram": "تماس در تلگرام",
306-
"dismiss": "رد کردن"
306+
"dismiss": "رد کردن",
307+
"exit": "خروج",
308+
"exit_app": "خروج از برنامه",
309+
"exit_confirm": "آیا مطمئن هستید که می‌خواهید از برنامه خارج شوید؟",
310+
"exit_yes": "بله، خارج شو",
311+
"exit_cancel": "لغو"
307312
},
308313
"errors": {
309314
"network_error": "خطای شبکه رخ داد",

assets/languages/fr.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"deselect_all": "Tout Déselectionner",
304304
"contact": "Contact",
305305
"contact_on_telegram": "Contacter sur Telegram",
306-
"dismiss": "REJETER"
306+
"dismiss": "REJETER",
307+
"exit": "Quitter",
308+
"exit_app": "Quitter l'application",
309+
"exit_confirm": "Êtes-vous sûr de vouloir quitter l'application ?",
310+
"exit_yes": "Oui, quitter",
311+
"exit_cancel": "Annuler"
307312
},
308313
"errors": {
309314
"network_error": "Une erreur réseau s'est produite",

assets/languages/ru.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"deselect_all": "Отменить выбор",
304304
"contact": "Контакт",
305305
"contact_on_telegram": "Связаться в Telegram",
306-
"dismiss": "ОТКЛОНИТЬ"
306+
"dismiss": "ОТКЛОНИТЬ",
307+
"exit": "Выход",
308+
"exit_app": "Выйти из приложения",
309+
"exit_confirm": "Вы уверены, что хотите выйти из приложения?",
310+
"exit_yes": "Да, выйти",
311+
"exit_cancel": "Отмена"
307312
},
308313
"errors": {
309314
"network_error": "Произошла сетевая ошибка",

assets/languages/tr.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"deselect_all": "Tüm Seçimleri Kaldır",
304304
"contact": "İletişim",
305305
"contact_on_telegram": "Telegram'da İletişim",
306-
"dismiss": "REDDET"
306+
"dismiss": "REDDET",
307+
"exit": "Çıkış",
308+
"exit_app": "Uygulamadan çık",
309+
"exit_confirm": "Uygulamadan çıkmak istediğinizden emin misiniz?",
310+
"exit_yes": "Evet, Çık",
311+
"exit_cancel": "İptal"
307312
},
308313
"errors": {
309314
"network_error": "Ağ hatası oluştu",

assets/languages/zh.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"deselect_all": "取消全选",
304304
"contact": "联系",
305305
"contact_on_telegram": "在Telegram上联系",
306-
"dismiss": "DISMISS"
306+
"dismiss": "DISMISS",
307+
"exit": "退出",
308+
"exit_app": "退出应用程序",
309+
"exit_confirm": "您确定要退出应用程序吗?",
310+
"exit_yes": "是的,退出",
311+
"exit_cancel": "取消"
307312
},
308313
"errors": {
309314
"network_error": "发生网络错误",

lib/models/app_update.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class AppUpdate {
66
final String messText;
77

88
// Current app version - manually set
9-
static const String currentAppVersion = '3.7.1';
9+
static const String currentAppVersion = '3.7.2';
1010

1111
AppUpdate({required this.version, required this.url, required this.messText});
1212

0 commit comments

Comments
 (0)