Skip to content

Commit ed841b0

Browse files
committed
🐛 新增自动生成r.dart功能
1 parent 0d352b4 commit ed841b0

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("org.jetbrains.intellij") version "1.11.0"
55
}
66
group = "shop.itbug"
7-
version = "2.1.4"
7+
version = "2.1.5"
88
repositories {
99
mavenCentral()
1010
google()
@@ -46,8 +46,6 @@ dependencies {
4646
implementation("org.hildan.krossbow:krossbow-stomp-core:4.5.0")
4747
implementation("org.hildan.krossbow:krossbow-websocket-okhttp:4.5.0")
4848
implementation("com.google.guava:guava:31.1-jre")
49-
50-
5149
}
5250

5351

@@ -73,11 +71,18 @@ tasks {
7371
untilBuild.set("223.*")
7472
changeNotes.set("""
7573
<div>
76-
<h1>2023-01-06</h1>
74+
<h1>2023-01-07</h1>
75+
</div>
76+
<ul>
77+
<li>Add the function of automatically generating asset file objects</li>
78+
</ul>
79+
<hr>
80+
<div>
81+
<h1>2023-01-06</h1>
7782
</div>
7883
<ul>
79-
<li>Fix the problem that some dio interfaces cannot listen</li>
80-
<li>Optimize the asset file pop-up mechanism</li>
84+
<li>Fix the problem that some dio interfaces cannot listen</li>
85+
<li>Optimize the asset file pop-up mechanism</li>
8186
<ul>
8287
""".trimIndent())
8388
}

0 commit comments

Comments
 (0)