发布内测版本

This commit is contained in:
2024-10-03 04:37:51 +08:00
parent bad6dedd22
commit e48c9cc688
2 changed files with 6 additions and 6 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.aiosman.riderpro" applicationId = "com.aiosman.riderpro"
minSdk = 24 minSdk = 24
targetSdk = 34 targetSdk = 34
versionCode = 1000011 versionCode = 1000012
versionName = "1.0.000.11" versionName = "1.0.000.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

View File

@@ -20,7 +20,7 @@
<string name="login_upper">LOGIN</string> <string name="login_upper">LOGIN</string>
<string name="lets_ride_upper">LET\'S RIDE</string> <string name="lets_ride_upper">LET\'S RIDE</string>
<string name="or_login_with">or login with</string> <string name="or_login_with">or login with</string>
<string name="remember_me">Remember me</string> <string name="remember_me">Remember me.</string>
<string name="forgot_password">Forgot password?</string> <string name="forgot_password">Forgot password?</string>
<string name="login_password_label">What\'s your password</string> <string name="login_password_label">What\'s your password</string>
<string name="login_email_label">What\'s your email</string> <string name="login_email_label">What\'s your email</string>
@@ -34,8 +34,8 @@
<string name="back_upper">BACK</string> <string name="back_upper">BACK</string>
<string name="text_hint_confirm_password">Enter your password again</string> <string name="text_hint_confirm_password">Enter your password again</string>
<string name="login_confirm_password_label">Confirm password</string> <string name="login_confirm_password_label">Confirm password</string>
<string name="agree_terms_of_service">Yes, I have read and agree to RiderPros Terms of Service.</string> <string name="agree_terms_of_service">Yes, I have read and agree to RiderPros Privacy Policy.</string>
<string name="agree_promotion">Yes, I would like to receive promotions and updates from RiderPro.</string> <string name="agree_promotion">Yes, I want to be added to the Rider Pro mailing list.</string>
<string name="text_error_email_format">Invalid email</string> <string name="text_error_email_format">Invalid email</string>
<string name="text_error_password_format">The password must be at least 8 characters long and contain a combination of uppercase letters, lowercase letters, and numbers.</string> <string name="text_error_password_format">The password must be at least 8 characters long and contain a combination of uppercase letters, lowercase letters, and numbers.</string>
<string name="text_error_confirm_password_mismatch">Please ensure that the passwords entered twice are consistent.</string> <string name="text_error_confirm_password_mismatch">Please ensure that the passwords entered twice are consistent.</string>
@@ -72,7 +72,7 @@
<string name="seconds_ago">%1d seconds ago</string> <string name="seconds_ago">%1d seconds ago</string>
<string name="minutes_ago">%1d minutes ago</string> <string name="minutes_ago">%1d minutes ago</string>
<string name="private_policy_template">I agree to the</string> <string name="private_policy_template">I agree to the</string>
<string name="private_policy_keyword">term of service</string> <string name="private_policy_keyword">Rider Pros Privacy Policy</string>
<string name="gallery">Gallery</string> <string name="gallery">Gallery</string>
<string name="chat_upper">CHAT</string> <string name="chat_upper">CHAT</string>
</resources> </resources>