Skip to content

Commit

Permalink
fix: Russian translation complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissium committed Feb 6, 2024
1 parent 3305e48 commit 11e98b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ android {
applicationId "com.gmail.blandilyte.silverdict"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11
versionName "1.4.0"
versionCode 12
versionName "1.4.1"
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gmail.blandilyte.silverdict"
android:versionCode="10"
android:versionName="1.4.0">
android:versionName="1.4.1">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
3 changes: 1 addition & 2 deletions android/app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
New Translation: Russian (partially done)
Further contribution is welcome!
Russian translation is now complete!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SilverDict",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 11e98b2

Please sign in to comment.