发布内测版本
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 RiderPro’s Terms of Service.</string>
|
<string name="agree_terms_of_service">Yes, I have read and agree to RiderPro’s 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 Pro’s 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>
|
||||||
Reference in New Issue
Block a user