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 31ec300 commit 2729678Copy full SHA for 2729678
android/app/build.gradle
@@ -28,7 +28,7 @@ android {
28
if (project.android.hasProperty("namespace")) {
29
namespace "com.syncfusion.flutter_examples"
30
}
31
- compileSdkVersion 34
+ compileSdkVersion flutter.compileSdkVersion
32
33
lintOptions {
34
disable 'InvalidPackage'
@@ -38,7 +38,7 @@ android {
38
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
39
applicationId "com.syncfusion.flutter_examples"
40
minSdkVersion 19
41
- targetSdkVersion 34
+ targetSdkVersion flutter.targetSdkVersion
42
versionCode flutterVersionCode.toInteger()
43
versionName flutterVersionName
44
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
0 commit comments