We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8bf20 commit 0cfd8acCopy full SHA for 0cfd8ac
android/build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
}
10
11
dependencies {
12
- classpath 'com.android.tools.build:gradle:7.1.2'
+ classpath 'com.android.tools.build:gradle:4.1.0'
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
15
@@ -31,7 +31,7 @@ apply plugin: 'com.android.library'
31
apply plugin: 'kotlin-android'
32
33
android {
34
- compileSdkVersion 34
+ compileSdkVersion 31
35
36
sourceSets {
37
main.java.srcDirs += 'src/main/kotlin'
example/pubspec.lock
@@ -73,7 +73,7 @@ packages:
73
path: ".."
74
relative: true
75
source: path
76
- version: "2.0.8"
+ version: "2.0.10"
77
leak_tracker:
78
dependency: transitive
79
description:
0 commit comments