Skip to content

Commit 2ccba78

Browse files
committed
chore(gradle): bump to Kotlin 1.5.10
1 parent d5ac1d5 commit 2ccba78

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sourceSets {
2929
#### iOS
3030

3131
```kotlin
32-
val store = KVault(serviceName = "com.company.identifier", accessGroup = null)
32+
val store = KVault(serviceName = "credentials", accessGroup = null)
3333
```
3434

3535
### Setting

buildSrc/src/main/java/Libs.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ object Android {
66
}
77

88
object Versions {
9-
const val Gradle = "4.1.0"
10-
const val Kotlin = "1.4.30"
9+
const val Gradle = "4.2.1"
10+
const val Kotlin = "1.5.10"
1111
const val Versioning = "2.14.0"
1212
const val Crypto = "1.1.0-alpha03"
1313
const val RoboElectric = "4.5.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

kvault/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ kotlin {
2828
implementation(kotlin(TestLibs.TestAnnotations))
2929
}
3030
}
31-
val iosMain by getting {
32-
dependencies {
33-
}
34-
}
35-
val iosTest by getting {
36-
dependencies {
37-
}
38-
}
3931
val androidMain by getting {
4032
dependencies {
4133
implementation(Libs.Crypto)

0 commit comments

Comments
 (0)