Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ln-12/multiplatform-connectivity-st…
Browse files Browse the repository at this point in the history
…atus
  • Loading branch information
ln-12 committed Aug 22, 2022
2 parents 76f3550 + c3395e3 commit 41b7368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.github.ln_12:multiplatform-connectivity-status:1.0.0")
implementation("com.github.ln_12:multiplatform-connectivity-status:1.2.0")
}
}
}
Expand Down Expand Up @@ -65,7 +65,7 @@ You can find a sample Android and iOS app inside the [sample](./sample) director

## License

Copyright 2021 Lorenzo Neumann
Copyright 2022 Lorenzo Neumann

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ allprojects {
mavenCentral()
mavenLocal()
}
}
}

0 comments on commit 41b7368

Please sign in to comment.