Skip to content

Commit d73f972

Browse files
committed
Added Russian translations.
Fix minor UX bug.
1 parent aa04820 commit d73f972

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ obj/
8181
.idea/assetWizardSettings.xml
8282
.idea/render.experimental.xml
8383
.idea/misc.xml
84+
.idea/deploymentTargetDropDown.xml
85+
.idea/deploymentTargetSelector.xml
86+
.idea/other.xml
8487

8588
# Gradle:
8689
.idea/gradle.xml
@@ -135,4 +138,3 @@ fabric.properties
135138
# End of https://www.gitignore.io/api/androidstudio
136139

137140
release/
138-
/.idea/deploymentTargetDropDown.xml

bitcoin/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.brentpanther.bitcoinwidget"
1414
minSdk 23
1515
targetSdk 34
16-
versionCode 330
17-
versionName "8.5.5"
16+
versionCode 331
17+
versionName "8.5.6"
1818

1919
}
2020

@@ -77,7 +77,7 @@ dependencies {
7777
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3'
7878
implementation 'androidx.navigation:navigation-compose:2.7.7'
7979
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
80-
implementation 'io.coil-kt:coil-compose:2.6.0'
80+
implementation 'io.coil-kt:coil-compose:2.7.0'
8181
implementation 'androidx.core:core-ktx:1.13.1'
8282
testImplementation 'junit:junit:4.13.2'
8383
testImplementation 'com.jayway.jsonpath:json-path:2.9.0'

bitcoin/src/main/res/raw/cryptowidgetcoins_v2.json

+1-1
Large diffs are not rendered by default.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<item>ISO</item>
9797
<item>NONE</item>
9898
</string-array>
99-
<string name="json_last_modified" translatable="false">Sat, 06 Jul 2024 15:54:48 GMT</string>
99+
<string name="json_last_modified" translatable="false">Mon, 22 Jul 2024 22:48:01 GMT</string>
100100
<string name="json_url" translatable="false">https://www.brentpanther.com/cryptowidgetcoins_v2.json</string>
101101

102102
<string name="error_restricted_battery_saver">Unable to refresh, Battery Saver is on</string>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Added Russian translations.
2+
Fix minor UX bug.

0 commit comments

Comments
 (0)