Skip to content

Commit

Permalink
Pin Android compileSdkVersion to 34
Browse files Browse the repository at this point in the history
We need to upgrade Gradle...
  • Loading branch information
cadivus committed Jan 8, 2025
1 parent bd9b602 commit 4939def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_earable/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
namespace "edu.kit.teco.openEarable"
compileSdkVersion flutter.compileSdkVersion
compileSdkVersion 34 // flutter.compileSdkVersion // We need a gradle upgrade
ndkVersion flutter.ndkVersion

compileOptions {
Expand Down

0 comments on commit 4939def

Please sign in to comment.