Skip to content

Commit

Permalink
Merge pull request #188 from jampez77/bug/koin-isolation
Browse files Browse the repository at this point in the history
Bug/koin isolation
  • Loading branch information
jampez77 committed Jan 31, 2022
2 parents 9cb42c2 + 92da076 commit 909dcaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ In your Project's build.gradle file:
In your Application's or Module's build.gradle file:

dependencies {
api 'com.github.jampez77:UCE-Handler:2.0.8'
api 'com.github.jampez77:UCE-Handler:2.0.9'
}

In your Application class:
Expand Down
7 changes: 2 additions & 5 deletions uce_handler/build.gradle
Expand Up @@ -19,12 +19,9 @@ android {
buildFeatures {
viewBinding true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}

kotlinOptions {
jvmTarget = "11"
jvmTarget = "1.8"
}
}

Expand Down

0 comments on commit 909dcaf

Please sign in to comment.