Skip to content

Commit 614ecb4

Browse files
committed
Update dependencies
1 parent 9ad1f9f commit 614ecb4

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

bitcoin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "com.brentpanther.bitcoinwidget"
1616
minSdk = 23
1717
targetSdk = 35
18-
versionCode = 342
19-
versionName = "8.7.1"
18+
versionCode = 343
19+
versionName = "8.7.2"
2020
}
2121

2222
buildFeatures {

bitcoin/src/main/java/com/brentpanther/bitcoinwidget/exchange/ExchangeData.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ open class ExchangeData(val coin: Coin, json: InputStream) {
3535
if (i2 >= 0) return@Comparator 1
3636
o1.compareTo(o2)
3737
})
38-
currencyNames.remove(coin.getSymbol())
3938
return currencyNames.toTypedArray()
4039
}
4140

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<item>ISO</item>
108108
<item>NONE</item>
109109
</string-array>
110-
<string name="json_last_modified" translatable="false">Wed, 11 Jun 2025 14:04:18 GMT</string>
110+
<string name="json_last_modified" translatable="false">Sun, 29 Jun 2025 00:17:22 GMT</string>
111111
<string name="json_url" translatable="false">https://www.brentpanther.com/cryptowidgetcoins_v2.json</string>
112112

113113
<string name="error_restricted_battery_saver">Unable to refresh, Battery Saver is on</string>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies.

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions]
2-
agp = "8.10.1"
2+
agp = "8.11.0"
33
activityKtx = "1.10.1"
44
coil = "3.2.0"
5-
compose = "2025.05.01"
5+
compose = "2025.06.01"
66
coreKtx = "1.16.0"
77
jsonPath = "2.9.0"
88
junit = "4.13.2"
99
kotlin = "2.1.21"
1010
ksp = "2.1.21-2.0.1"
11-
lifecycle = "2.9.0"
11+
lifecycle = "2.9.1"
1212
navigation = "2.9.0"
1313
okhttp = "4.12.0"
1414
preferences = "1.2.1"
15-
room = "2.7.1"
15+
room = "2.7.2"
1616
serialization = "1.8.1"
17-
work = "2.10.1"
17+
work = "2.10.2"
1818

1919
[libraries]
2020
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)