Skip to content

Commit 6118592

Browse files
authored
build(deps): bump kotlin default to 1.7.0 (#289)
set kotlinVersion in your project's build.gradle ext block to override Related #277
1 parent 9040e0e commit 6118592

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.1.3'
11+
classpath 'com.android.tools.build:gradle:7.0.4'
1212
// noinspection DifferentKotlinGradleVersion
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AppleAuth_kotlinVersion=1.4.32
1+
AppleAuth_kotlinVersion=1.7.0
22
AppleAuth_compileSdkVersion=30
33
AppleAuth_minSdkVersion=16
44
AppleAuth_targetSdkVersion=30

0 commit comments

Comments
 (0)