Skip to content

Commit 0cfd8ac

Browse files
committed
* 降低插件gradle
1 parent 0b8bf20 commit 0cfd8ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:7.1.2'
12+
classpath 'com.android.tools.build:gradle:4.1.0'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
1515
}
@@ -31,7 +31,7 @@ apply plugin: 'com.android.library'
3131
apply plugin: 'kotlin-android'
3232

3333
android {
34-
compileSdkVersion 34
34+
compileSdkVersion 31
3535

3636
sourceSets {
3737
main.java.srcDirs += 'src/main/kotlin'

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "2.0.8"
76+
version: "2.0.10"
7777
leak_tracker:
7878
dependency: transitive
7979
description:

0 commit comments

Comments
 (0)