Commit 5913f27
authored
[FSSDK-11875] chore: add support for android 15 (#84)
* build: update Android build configurations
- Bump compile SDK version to 35 and build tools version to "35.0.0"
- Update target SDK version to 35
- Add namespace 'com.optimizely.optimizely_flutter_sdk'
- Enable buildConfig feature
- Update kotlin-stdlib-jdk7 to version 2.1.0
- Update jackson-databind to version 2.17.2
- Set minSdkVersion and targetSdkVersion to 35 for example app
- Update distributionUrl in gradle-wrapper.properties to Gradle 8.10.2
- Update android plugin version to 8.7.0 and kotlin-android version to 2.1.0
* build: update Android SDK versions
- Update compile SDK version to 36 and build tools version to "36.0.0"
- Change min SDK version to 21 and target SDK version to 36 in the Android build configuration
- Update compile SDK version to 36 and target SDK version to 36 in the example app build.gradle file
* fix: update android build configuration
- Update compile_sdk_version and build_tools_version to 35
- Remove target_sdk_version from ext
- Update compileSdkVersion and targetSdkVersion in app/build.gradle to 35
* refactor: update compile and target SDK versions
- Update compile SDK version to use project property if available, fallback to default
- Update target SDK version to use project property if available, fallback to default
* fix: remove conditional expressions for compileSdkVersion and targetSdkVersion
- Simplify specifying compileSdkVersion and targetSdkVersion directly from flutter configuration1 parent bbb4790 commit 5913f27
File tree
4 files changed
+20
-15
lines changed- android
- example/android
- app
- gradle/wrapper
4 files changed
+20
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | | - | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
76 | | - | |
| 79 | + | |
77 | 80 | | |
78 | | - | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments