Skip to content

Commit a208757

Browse files
bump 2.0.0
1 parent ef35091 commit a208757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Core
66
kotlin = "2.0.21"
77
koin = "4.0.2"
8-
koinAnnotations = "2.0.0-RC5"
8+
koinAnnotations = "2.0.0"
99
ksp = "2.0.21-1.0.28"
1010
junit = "4.13.2"
1111
# Android

projects/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.parallel=true
77
#Kotlin
88
kotlin.code.style=official
99
#Koin
10-
koinAnnotationsVersion=2.0.0-RC5
10+
koinAnnotationsVersion=2.0.0
1111
#Android
1212
android.useAndroidX=true
1313
androidMinSDK=14

0 commit comments

Comments
 (0)