Skip to content

Commit 9618819

Browse files
committed
build: 2.0.1
1 parent 0747037 commit 9618819

4 files changed

Lines changed: 10 additions & 13 deletions

File tree

app/src/main/res/values-vi/strings.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@
115115
<string name="skin_share_dialog_dismiss">Có thể sau</string>
116116
<string name="skin_share_dialog_toast_hint">Bạn có thể truy cập Chia sẻ skin sau từ tab Khám phá.</string>
117117

118-
<string name="check_for_update_title">Kiểm tra cập nhật</string>
119-
<string name="check_for_update_summary">Nhấn để kiểm tra phiên bản mới hơn</string>
120-
<string name="update_available_title">Có bản cập nhật mới</string>
121-
<string name="update_now">Cập nhật</string>
122-
<string name="up_to_date">Bạn đang dùng phiên bản mới nhất!</string>
123-
<string name="checking_for_update">Đang kiểm tra…</string>
124118
<string name="onboarding_skin_title">Tải một số skin</string>
125119
<string name="sponsor_title">Tài trợ dự án</string>
126120
<string name="theme_picker_title">Chọn giao diện</string>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- Removed check update
2-
- Multiple ANeko (max 6)
3-
- Move enable/disable ANeko to the bottom navigation bar
1+
- Removed update check
2+
- Support multiple ANeko (up to 6)
3+
- Moved the enable/disable ANeko option to the bottom navigation bar
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Removed update check
2+
- Support multiple ANeko (up to 6)
3+
- Moved the enable/disable ANeko option to the bottom navigation bar

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ minSdk = "28"
55
targetSdk = "36"
66

77
# App versioning
8-
versionCode = "26"
9-
versionName = "2.0.0"
8+
versionCode = "27"
9+
versionName = "2.0.1"
1010

1111
# Java/Kotlin
1212
kotlin = "2.3.10"
@@ -27,11 +27,11 @@ preferenceKtx = "1.2.1"
2727
workRuntime = "2.11.1"
2828

2929
# Compose
30-
composeBom = "2026.02.00"
30+
composeBom = "2026.02.01"
3131
composeAnimations = "1.11.9"
3232
material = "1.13.0"
3333
materialIconsExtended = "1.7.8"
34-
uiTooling = "1.10.3"
34+
uiTooling = "1.10.4"
3535

3636
# Compose Destinations
3737
composeDestinations = "2.3.0"

0 commit comments

Comments
 (0)