mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-26 03:58:45 +00:00
fill changelog and remove redundant parts in coroutines compose build.gradle
This commit is contained in:
parent
e75125f6df
commit
c623a265ee
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
## 0.20.50
|
## 0.20.50
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `Coroutines`: `1.8.0` -> `1.8.1`
|
||||||
|
* `KSLog`: `1.3.3` -> `1.3.4`
|
||||||
|
* `Exposed`: `0.50.0` -> `0.50.1`
|
||||||
|
* `Ktor`: `2.3.10` -> `2.3.11`
|
||||||
|
* A lot of inline functions became common functions due to inline with only noinline callbacks in arguments leads to
|
||||||
|
low performance
|
||||||
|
* `Coroutines`:
|
||||||
|
* `SmartMutex`, `SmartSemaphore` and `SmartRWLocker` as their user changed their state flow to `SpecialMutableStateFlow`
|
||||||
|
|
||||||
## 0.20.49
|
## 0.20.49
|
||||||
|
|
||||||
* `Repos`:
|
* `Repos`:
|
||||||
|
@ -16,19 +16,5 @@ kotlin {
|
|||||||
api project(":micro_utils.common.compose")
|
api project(":micro_utils.common.compose")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// androidUnitTest {
|
|
||||||
// dependencies {
|
|
||||||
// implementation libs.ui.test.junit4
|
|
||||||
// implementation libs.ui.test.manifest
|
|
||||||
// implementation libs.android.compose.material3
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// jvmTest {
|
|
||||||
// dependencies {
|
|
||||||
// implementation libs.ui.test.junit4
|
|
||||||
// implementation libs.ui.test.manifest
|
|
||||||
// implementation libs.android.compose.material3
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user