From 4654e22ed16e6c63106a3866cb6b261c863a09df Mon Sep 17 00:00:00 2001 From: ln-12 <36760115+ln-12@users.noreply.github.com> Date: Thu, 6 Jan 2022 14:21:36 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc64f87..db95d33 100644 --- a/README.md +++ b/README.md @@ -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.1.0") } } } From c3395e345ef6140fcc8f7ea03a1e83c042361ca3 Mon Sep 17 00:00:00 2001 From: ln-12 <36760115+ln-12@users.noreply.github.com> Date: Thu, 6 Jan 2022 14:35:44 +0100 Subject: [PATCH 2/2] Update build.gradle.kts --- sample/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index 35bfaf8..bd50374 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10") - classpath("com.android.tools.build:gradle:7.0.4) + classpath("com.android.tools.build:gradle:7.0.4") } } @@ -15,4 +15,4 @@ allprojects { google() mavenCentral() } -} \ No newline at end of file +}