File tree Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,21 @@ rootProject.allprojects {
24
24
25
25
26
26
ext {
27
- compile_sdk_version = 32
28
- build_tools_version = " 30 .0.3 "
27
+ compile_sdk_version = 35
28
+ build_tools_version = " 35 .0.0 "
29
29
min_sdk_version = 21
30
- target_sdk_version = 29
30
+ target_sdk_version = 35
31
31
}
32
32
33
33
android {
34
+ namespace ' com.optimizely.optimizely_flutter_sdk'
34
35
compileSdkVersion compile_sdk_version
35
36
buildToolsVersion build_tools_version
36
37
38
+ buildFeatures {
39
+ buildConfig true
40
+ }
41
+
37
42
defaultConfig {
38
43
minSdkVersion min_sdk_version
39
44
targetSdkVersion target_sdk_version
@@ -73,9 +78,9 @@ dependencies {
73
78
implementation ' com.github.tony19:logback-android:3.0.0'
74
79
implementation ' org.slf4j:slf4j-api:2.0.7'
75
80
76
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 "
81
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.0 "
77
82
implementation " com.optimizely.ab:android-sdk:5.0.1"
78
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.4 '
83
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.2 '
79
84
implementation (' com.google.guava:guava:19.0' ) {
80
85
exclude group :' com.google.guava' , module :' listenablefuture'
81
86
}
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ if (flutterVersionName == null) {
24
24
}
25
25
26
26
android {
27
- compileSdkVersion 32
28
- ndkVersion flutter . ndkVersion
27
+ namespace " com.optimizely.optimizely_flutter_sdk_example "
28
+ compileSdkVersion 35
29
29
30
30
compileOptions {
31
31
sourceCompatibility JavaVersion . VERSION_1_8
@@ -37,8 +37,8 @@ android {
37
37
applicationId " com.optimizely.optimizely_flutter_sdk_example"
38
38
// You can update the following values to match your application needs.
39
39
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
40
- minSdkVersion 21
41
- targetSdkVersion 32
40
+ minSdkVersion flutter . minSdkVersion
41
+ targetSdkVersion 35
42
42
versionCode flutterVersionCode. toInteger()
43
43
versionName flutterVersionName
44
44
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -all.zip
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ pluginManagement {
26
26
27
27
plugins {
28
28
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
29
- id " com.android.application" version " 7.2.1 " apply false
30
- id " org.jetbrains.kotlin.android" version " 1.6.10 " apply false
29
+ id " com.android.application" version " 8.7.0 " apply false
30
+ id " org.jetbrains.kotlin.android" version " 2.1.0 " apply false
31
31
}
32
32
33
33
include " :app"
You can’t perform that action at this time.
0 commit comments