Skip to content

Commit a3adfd0

Browse files
committed
Added Pi Coin.
1 parent d6f4139 commit a3adfd0

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
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 = 338
19-
versionName = "8.6.3"
18+
versionCode = 339
19+
versionName = "8.6.4"
2020
}
2121

2222
buildFeatures {

bitcoin/src/main/java/com/brentpanther/bitcoinwidget/Coin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ enum class Coin(val coinName: String, val coinGeckoId: String, private vararg va
114114
PAX("Paxos Standard", "paxos-standard", IconTheme(SOLID, ic_pax)),
115115
PAXG("PAX Gold", "pax-gold", IconTheme(SOLID, ic_paxg_color)),
116116
PEPE("Pepe", "pepe", IconTheme(SOLID, ic_pepe)),
117+
PI("Pi", "picoin", IconTheme(SOLID, ic_pi)),
117118
POWR("Power Ledger", "power-ledger", IconTheme(SOLID, ic_powr_color)),
118119
PPC("Peercoin", "peercoin", IconTheme(SOLID, ic_ppc)),
119120
QNT("Quant", "quant-network", IconTheme(SOLID, ic_qnt)),
7.23 KB
Loading

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
@@ -98,7 +98,7 @@
9898
<item>ISO</item>
9999
<item>NONE</item>
100100
</string-array>
101-
<string name="json_last_modified" translatable="false">Tue, 18 Feb 2025 16:28:11 GMT</string>
101+
<string name="json_last_modified" translatable="false">Sat, 01 Mar 2025 22:09:02 GMT</string>
102102
<string name="json_url" translatable="false">https://www.brentpanther.com/cryptowidgetcoins_v2.json</string>
103103

104104
<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+
Added Pi Coin.

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
agp = "8.8.1"
3-
activityKtx = "1.10.0"
2+
agp = "8.8.2"
3+
activityKtx = "1.10.1"
44
coil = "2.7.0"
55
compose = "2025.02.00"
66
coreKtx = "1.15.0"
@@ -9,7 +9,7 @@ junit = "4.13.2"
99
kotlin = "2.1.10"
1010
ksp = "2.1.10-1.0.30"
1111
lifecycle = "2.8.7"
12-
navigation = "2.8.7"
12+
navigation = "2.8.8"
1313
okhttp = "4.12.0"
1414
preferences = "1.2.1"
1515
room = "2.6.1"

0 commit comments

Comments
 (0)