Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea00956

Browse files
committed
Ready for version 4.1.0
1 parentb4cf2ff commitea00956

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

‎.idea/kotlinc.xml‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎CHANGELOG.md‎

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
##[Unreleased]
2424
###Added
25-
-KSP support is now stable and no longer experimental. You can now use KSP by following the instructions in the[README](README.md).
25+
-No new features!
2626
###Changed
27-
-Update the project to use KTS scripts, convention plugins, version catalogs and other modern Gradle and Androidfeatures.
27+
-No changedfeatures!
2828
###Deprecated
2929
- No deprecated features!
3030
###Removed
@@ -34,6 +34,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
###Security
3535
- No security issues fixed!
3636

37+
##[4.1.0] - 2024-06-27
38+
###Added
39+
- KSP support is now stable and no longer experimental. You can now use KSP by following the instructions in the[README](README.md).
40+
###Changed
41+
- Update the project to use KTS scripts, convention plugins, version catalogs and other modern Gradle and Android features.
42+
3743
##[4.0.0] - 2023-10-31
3844
##🎃🎃 Happy Halloween! 🎃🎃
3945
###Changed
@@ -198,7 +204,8 @@ state (`success` or `failure`)
198204
###Added
199205
- Initial architecture release.
200206

201-
[Unreleased]:https://github.com/hyperdevs-team/mini-kotlin/compare/4.0.0...HEAD
207+
[Unreleased]:https://github.com/hyperdevs-team/mini-kotlin/compare/4.1.0...HEAD
208+
[4.1.0]:https://github.com/hyperdevs-team/mini-kotlin/compare/4.0.0...4.1.0
202209
[4.0.0]:https://github.com/hyperdevs-team/mini-kotlin/compare/3.1.0...4.0.0
203210
[3.1.0]:https://github.com/hyperdevs-team/mini-kotlin/compare/3.0.0...3.1.0
204211
[3.0.0]:https://github.com/hyperdevs-team/mini-kotlin/compare/2.0.0...3.0.0

‎gradle/libs.versions.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android-targetSdk = "34"
77
android-buildTools ="34.0.0"
88

99
# TODO Change KSP version and check compose-compiler version compatibility when we upgrade Kotlin version
10-
kotlin ="1.9.23"
11-
ksp ="1.9.23-1.0.20"
10+
kotlin ="1.9.24"
11+
ksp ="1.9.24-1.0.20"
1212
kotlinx-coroutines ="1.8.1"
1313

1414
kodein ="7.21.2"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp