Skip to content

Commit c23564f

Browse files
committed
Updated help text to be in sync with new UI colors
1 parent 9fae913 commit c23564f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
applicationId "navjot.valorant.valorantagentradomizer"
1010
minSdk 26
1111
targetSdk 31
12-
versionCode 7
12+
versionCode 8
1313
versionName "1.1.2"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

app/release/app-release.apk

2.79 KB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 6,
15-
"versionName": "1.1.1",
14+
"versionCode": 8,
15+
"versionName": "1.1.2",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

app/src/main/res/values-pa-rIN/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<string name="hello_world">ਹੈਲੋ ਵਰਲਡ</string>
66
<string name="ok">ਹਾਂ</string>
77
<string name="help">ਮਦਦ</string>
8-
<string name="help_dialog_content">ਬਟਨ ਦੀ ਲਾਲ ਸਰਹਦ ਦਾ ਮਤਲਬ ਹੈ ਕਿ ਏਜੇਂਟ ਚੁਣਿਆ ਗਯਾ ਹੈ।\n\nਬਟਨ ਦੀ ਚਿੱਟੀ ਸਰਹਦ ਦਾ ਮਤਲਬ ਹੈ ਕੇ ਏਜੇਂਟ ਚੁਣਿਆ ਨਹੀਂ ਗਯਾ।\n\n\"ਬਨਾਓ\" ਬਟਨ ਦੱਬਣ ਤੇ ਚੁਣੇ ਹੋਏ ਏਜੇੰਟ੍ਸ ਵਿਚੋਂ ਇੱਕ ਏਜੇਂਟ ਸਾਹਮਣੇ ਪੇਸ਼ ਹੋਵੇਗਾ।</string>
8+
<string name="help_dialog_content">ਬਟਨ ਦੀ ਚਿੱਟੀ ਸਰਹਦ ਦਾ ਮਤਲਬ ਹੈ ਕਿ ਏਜੇਂਟ ਚੁਣਿਆ ਗਯਾ ਹੈ।\n\nਬਟਨ ਦੀ ਕਾਲੀ ਸਰਹਦ ਦਾ ਮਤਲਬ ਹੈ ਕੇ ਏਜੇਂਟ ਚੁਣਿਆ ਨਹੀਂ ਗਯਾ।\n\n\"ਬਨਾਓ\" ਬਟਨ ਦੱਬਣ ਤੇ ਚੁਣੇ ਹੋਏ ਏਜੇੰਟ੍ਸ ਵਿਚੋਂ ਇੱਕ ਏਜੇਂਟ ਸਾਹਮਣੇ ਪੇਸ਼ ਹੋਵੇਗਾ।</string>
99
</resources>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<string name="credits_for_app_icon" translatable="false">https://www.vecteezy.com/</string>
66
<string name="ok">OK</string>
77
<string name="help">Help</string>
8-
<string name="help_dialog_content">The red border of the button indicates the agent has been selected.\n\nThe white border of the button indicates the agent has been de-selected.\n\nClicking on the Generate button picks a random Agent from selected agents.</string>
8+
<string name="help_dialog_content">The white border of the button indicates the agent has been selected.\n\nThe black border of the button indicates the agent has been de-selected.\n\nClicking on the Generate button picks a random Agent from selected agents.</string>
99
</resources>

0 commit comments

Comments
 (0)