Skip to content

Commit c33ed75

Browse files
zulip plugin: Use flutter.compileSdkVersion for compileSdk
To match our `android/app/build.gradle`, and it is similar to a change that happened for Flutter's first-party plugins: flutter/packages@bfad6b9
1 parent 0627479 commit c33ed75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zulip_plugin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
// so the settings below have no real effect. The Gradle project exists only
1111
// because the Flutter Gradle plugin expects every Flutter plugin to have one.
1212

13-
compileSdk 34
13+
compileSdk flutter.compileSdkVersion
1414

1515
compileOptions {
1616
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)