Skip to content

Commit

Permalink
Update koin to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Oct 27, 2024
1 parent 90b7f85 commit ba38517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ dependencies {
implementation "com.mikepenz:aboutlibraries:$about_libraries_version"

// koin dependency injection
def koin_version = '3.5.6'
def koin_version = '4.0.0'
implementation "io.insert-koin:koin-android:$koin_version"
androidTestImplementation "io.insert-koin:koin-test:$koin_version"
testImplementation "io.insert-koin:koin-test:$koin_version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import kotlinx.coroutines.MainScope
import okhttp3.OkHttpClient
import org.koin.android.ext.koin.androidApplication
import org.koin.android.ext.koin.androidContext
import org.koin.androidx.viewmodel.dsl.viewModel
import org.koin.core.module.dsl.viewModel
import org.koin.dsl.bind
import org.koin.dsl.module

Expand Down

0 comments on commit ba38517

Please sign in to comment.