File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ object Android {
66}
77
88object 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"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments