diff --git a/README.md b/README.md index c743404..fe7f183 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ Alternatively if you're working with a KMP project you can pull the specialised ```kotlin dependencies { -implementation("com.github.charlietap.synk:runtime-android:xxx") -//or -implementation("com.github.charlietap.synk:runtime-jvm:xxx") + implementation("com.github.charlietap.synk:runtime-android:xxx") + //or + implementation("com.github.charlietap.synk:runtime-jvm:xxx") } ``` diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 070cb70..97049e3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-5-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists