Skip to content

Commit 74f7422

Browse files
android lib updates
1 parent 5cc00ba commit 74f7422

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Badges: `[UPDATED]`, `[FIXED]`, `[NEW]`, `[DEPRECATED]`, `[REMOVED]`, `[BREAKIN
55

66
# [3.4]()
77

8+
89
## [android-3.4.2]() - 2022-02-07
910
* `[UPDATED]` - `koin-android` 3.3.3
1011

1112
## [android-3.4.1]() - 2022-12-28
1213
* `[UPDATED]` - `koin-android` 3.3.2
13-
* `[UPDATED]` - `koin-core` 3.3.2
1414

1515
## [android-3.4.0]() - 2022-12-14
1616

@@ -23,11 +23,22 @@ Badges: `[UPDATED]`, `[FIXED]`, `[NEW]`, `[DEPRECATED]`, `[REMOVED]`, `[BREAKIN
2323

2424
# [3.3]()
2525

26-
## [android-3.3.2]() - 2022-02-07
27-
* `[UPDATED]` - `koin-android` 3.3.3
26+
## [android-3.3.3]() - 2022-02-07
27+
* `[UPDATED]` - `koin-core` 3.3.3
2828
* `[FIXED]` - #1500 Fix ViewModel Factory to resolve against qualifier
2929
* `[FIXED]` - #1445 ShareViewModelCompat owner fix
3030
* `[FIXED]` - #1494 viewModelOf arguments until 22
31+
* `[UPDATED]`- androidx.fragment:fragment-ktx to 1.5.5
32+
* `[UPDATED]`- androidx.navigation:navigation-fragment-ktx to 2.5.3
33+
34+
## [ktor-3.3.1]() - 2022-02-07
35+
* `[UPDATED]` - `koin-core` 3.3.3
36+
* `[UPDATED]` - Ktor 2.2.3
37+
38+
## [core-3.3.3]() - 2022-02-07
39+
* `[FIXED]` -
40+
41+
--
3142

3243
## [ktor-3.3.0]() - 2022-12-28
3344
* `[UPDATED]` - `io.ktor:ktor-server-core` 2.2.1

android/koin-android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ android {
2323
dependencies {
2424
api "io.insert-koin:koin-core:$koin_version"
2525

26+
//TODO Update to latest stable
2627
api "androidx.appcompat:appcompat:1.5.1"
2728
api "androidx.activity:activity-ktx:1.5.1"
28-
api "androidx.fragment:fragment-ktx:1.5.3"
29+
api "androidx.fragment:fragment-ktx:1.5.5"
2930
api "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
3031
api("androidx.lifecycle:lifecycle-common-java8:2.5.1")
3132

android/koin-androidx-navigation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
api project(":koin-android")
3232

3333
// Android
34-
api "androidx.navigation:navigation-fragment-ktx:2.5.2"
34+
api "androidx.navigation:navigation-fragment-ktx:2.5.3"
3535
}
3636

3737
apply from: '../../gradle/publish-to-central.gradle'

0 commit comments

Comments
 (0)