We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compileSdkVersion
1 parent bd9b602 commit 4939defCopy full SHA for 4939def
open_earable/android/app/build.gradle
@@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27
28
android {
29
namespace "edu.kit.teco.openEarable"
30
- compileSdkVersion flutter.compileSdkVersion
+ compileSdkVersion 34 // flutter.compileSdkVersion // We need a gradle upgrade
31
ndkVersion flutter.ndkVersion
32
33
compileOptions {
0 commit comments