Skip to content

Commit 7d1835b

Browse files
authored
Merge pull request #1580 from DimensionDev/feature/ios_media_screen
rework for ios media screen
2 parents cfc3131 + 89c1305 commit 7d1835b

File tree

12 files changed

+573
-132
lines changed

12 files changed

+573
-132
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ precompose-molecule = { module = "moe.tlaster:precompose-molecule", version = "1
198198

199199
xmlUtil = { module = "io.github.pdvrieze.xmlutil:serialization", version = "0.91.3" }
200200

201-
fluent-ui = { module = "io.github.compose-fluent:fluent", version = "0.2.0-SNAPSHOT" }
201+
fluent-ui = { module = "io.github.compose-fluent:fluent", version = "v0.1.0" }
202202

203203
commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.20.0" }
204204

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"symbols" : [
7+
{
8+
"filename" : "fa-pause.svg",
9+
"idiom" : "universal"
10+
}
11+
]
12+
}
Lines changed: 84 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"symbols" : [
7+
{
8+
"filename" : "fa-play.svg",
9+
"idiom" : "universal"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)