dependencies update

This commit is contained in:
InsanusMokrassar 2023-06-19 16:19:14 +06:00
parent 786cf9bd8b
commit 546a391af3
4 changed files with 15 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## 0.19.4
* `Versions`:
* `Koin`: `3.4.1` -> `3.4.2`
* `Android Fragments`: `1.5.7` -> `1.6.0`
* `Koin`
* `Generator`
* Fixes in new generic generator part

View File

@ -17,7 +17,7 @@ ktor = "2.3.1"
gh-release = "2.4.1"
koin = "3.4.1"
koin = "3.4.2"
okio = "3.3.0"
@ -30,7 +30,7 @@ dexcount = "4.0.0"
android-coreKtx = "1.10.1"
android-recyclerView = "1.3.0"
android-appCompat = "1.6.1"
android-fragment = "1.5.7"
android-fragment = "1.6.0"
android-espresso = "3.5.1"
android-test = "1.1.5"

View File

@ -13,3 +13,8 @@ dependencies {
api libs.kotlin.poet
api libs.ksp
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

View File

@ -14,3 +14,8 @@ dependencies {
api libs.kotlin.poet
api libs.ksp
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}