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 27eb1af commit 7f3d01bCopy full SHA for 7f3d01b
example/android/app/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27
28
android {
29
- compileSdkVersion 31
+ compileSdkVersion 34
30
31
compileOptions {
32
sourceCompatibility JavaVersion.VERSION_1_8
example/android/build.gradle
@@ -30,6 +30,13 @@ allprojects {
}
rootProject.buildDir = '../build'
33
+subprojects { subproject ->
34
+ afterEvaluate {
35
+ android {
36
37
+ }
38
39
+}
40
subprojects {
41
project.buildDir = "${rootProject.buildDir}/${project.name}"
42
project.evaluationDependsOn(':app')
0 commit comments