diff --git a/android/app/build.gradle b/android/app/build.gradle
index 99ca3b2..f5adca3 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -55,8 +55,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 22
targetSdkVersion flutter.targetSdkVersion
- versionCode 29
- versionName '1.4.94'
+ versionCode 30
+ versionName '1.5.30'
// manifestPlaceholders = [mapsApiKey: 'android/app/src/main/AndroidManifest.xml']
}
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 23ae651..fcd5fdc 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -37,11 +37,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 23
+ 24
CFBundleSignature
????
CFBundleVersion
- 1.43
+ 1.5.24
FirebaseAppDelegateProxyEnabled
NO
GMSApiKey
diff --git a/lib/controller/functions/sms_controller.dart b/lib/controller/functions/sms_controller.dart
index f45e195..0e1726f 100644
--- a/lib/controller/functions/sms_controller.dart
+++ b/lib/controller/functions/sms_controller.dart
@@ -18,7 +18,7 @@ class SmsEgyptController extends GetxController {
"password": AK.smsPasswordEgypt,
"message": "${AppInformation.appName} app code is $otp\ncopy it to app",
"language": box.read(BoxName.lang) == 'en' ? "e" : 'r',
- "sender": "Kazumi", // todo add sefer sender name
+ "sender": "SEFER EGY", // todo add sefer sender name
"receiver": "2$phone"
});