Skip to content

Commit

Permalink
chore(gradle): bump to Kotlin 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gaebel committed May 29, 2021
1 parent d5ac1d5 commit 2ccba78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sourceSets {
#### iOS

```kotlin
val store = KVault(serviceName = "com.company.identifier", accessGroup = null)
val store = KVault(serviceName = "credentials", accessGroup = null)
```

### Setting
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object Android {
}

object Versions {
const val Gradle = "4.1.0"
const val Kotlin = "1.4.30"
const val Gradle = "4.2.1"
const val Kotlin = "1.5.10"
const val Versioning = "2.14.0"
const val Crypto = "1.1.0-alpha03"
const val RoboElectric = "4.5.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 0 additions & 8 deletions kvault/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ kotlin {
implementation(kotlin(TestLibs.TestAnnotations))
}
}
val iosMain by getting {
dependencies {
}
}
val iosTest by getting {
dependencies {
}
}
val androidMain by getting {
dependencies {
implementation(Libs.Crypto)
Expand Down

0 comments on commit 2ccba78

Please sign in to comment.