We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9040e0e commit 6118592Copy full SHA for 6118592
android/build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
}
9
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:4.1.3'
+ classpath 'com.android.tools.build:gradle:7.0.4'
12
// noinspection DifferentKotlinGradleVersion
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
android/gradle.properties
@@ -1,4 +1,4 @@
1
-AppleAuth_kotlinVersion=1.4.32
+AppleAuth_kotlinVersion=1.7.0
2
AppleAuth_compileSdkVersion=30
3
AppleAuth_minSdkVersion=16
4
AppleAuth_targetSdkVersion=30
0 commit comments