File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ if (flutterVersionName == null) {
26
26
android {
27
27
namespace " com.optimizely.optimizely_flutter_sdk_example"
28
28
29
- compileSdkVersion rootProject. hasProperty(' flutter.compileSdkVersion' )
30
- ? rootProject. flutter. compileSdkVersion. toInteger()
31
- : 35
29
+ compileSdkVersion flutter. compileSdkVersion
32
30
33
31
compileOptions {
34
32
sourceCompatibility JavaVersion . VERSION_1_8
@@ -41,9 +39,7 @@ android {
41
39
// You can update the following values to match your application needs.
42
40
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
43
41
minSdkVersion flutter. minSdkVersion
44
- targetSdkVersion rootProject. hasProperty(' flutter.targetSdkVersion' )
45
- ? rootProject. flutter. targetSdkVersion. toInteger()
46
- : 35
42
+ targetSdkVersion flutter. targetSdkVersion
47
43
48
44
versionCode flutterVersionCode. toInteger()
49
45
versionName flutterVersionName
You can’t perform that action at this time.
0 commit comments