Skip to content

Commit 2729678

Browse files
author
LavanyaA
authored
Update build.gradle
1 parent 31ec300 commit 2729678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
if (project.android.hasProperty("namespace")) {
2929
namespace "com.syncfusion.flutter_examples"
3030
}
31-
compileSdkVersion 34
31+
compileSdkVersion flutter.compileSdkVersion
3232

3333
lintOptions {
3434
disable 'InvalidPackage'
@@ -38,7 +38,7 @@ android {
3838
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3939
applicationId "com.syncfusion.flutter_examples"
4040
minSdkVersion 19
41-
targetSdkVersion 34
41+
targetSdkVersion flutter.targetSdkVersion
4242
versionCode flutterVersionCode.toInteger()
4343
versionName flutterVersionName
4444
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)