Skip to content

Commit 8601b64

Browse files
authored
Gradle update; Android SDK update (#113)
2 parents 2272ec3 + 22d59cb commit 8601b64

File tree

13 files changed

+74
-45
lines changed

13 files changed

+74
-45
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-java@v4
3131
with:
3232
distribution: 'temurin'
33-
java-version: '11'
33+
java-version: '17'
3434
- uses: subosito/flutter-action@v2
3535
with:
3636
channel: 'stable'

splitio/example/android/app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion flutter.compileSdkVersion
2928

29+
compileSdk flutter.compileSdkVersion
3030
compileOptions {
3131
sourceCompatibility JavaVersion.VERSION_1_8
3232
targetCompatibility JavaVersion.VERSION_1_8
@@ -48,6 +48,8 @@ android {
4848
signingConfig signingConfigs.debug
4949
}
5050
}
51+
52+
namespace 'io.split.splitio_example'
5153
}
5254

5355
flutter {

splitio/example/android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="io.split.splitio_example">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32
<!-- Flutter needs it to communicate with the running application
43
to allow setting breakpoints, to provide hot reload, etc.
54
-->

splitio/example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="io.split.splitio_example">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32
<application
43
android:label="splitio_example"
54
android:name="${applicationName}"

splitio/example/android/app/src/profile/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="io.split.splitio_example">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32
<!-- Flutter needs it to communicate with the running application
43
to allow setting breakpoints, to provide hot reload, etc.
54
-->

splitio/example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.4.2'
8+
classpath 'com.android.tools.build:gradle:8.4.0'
99
}
1010
}
1111

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
org.gradle.jvmargs=-Xmx1536M
22
android.useAndroidX=true
33
android.enableJetifier=true
4+
android.defaults.buildfeatures.buildconfig=true
5+
android.nonTransitiveRClass=false
6+
android.nonFinalResIds=false

splitio/example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip

splitio/example/pubspec.lock

Lines changed: 52 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
40+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.17.1"
43+
version: "1.18.0"
4444
cupertino_icons:
4545
dependency: "direct main"
4646
description:
@@ -75,14 +75,30 @@ packages:
7575
description: flutter
7676
source: sdk
7777
version: "0.0.0"
78-
js:
78+
leak_tracker:
7979
dependency: transitive
8080
description:
81-
name: js
82-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
81+
name: leak_tracker
82+
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
8383
url: "https://pub.dev"
8484
source: hosted
85-
version: "0.6.7"
85+
version: "10.0.4"
86+
leak_tracker_flutter_testing:
87+
dependency: transitive
88+
description:
89+
name: leak_tracker_flutter_testing
90+
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
91+
url: "https://pub.dev"
92+
source: hosted
93+
version: "3.0.3"
94+
leak_tracker_testing:
95+
dependency: transitive
96+
description:
97+
name: leak_tracker_testing
98+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
99+
url: "https://pub.dev"
100+
source: hosted
101+
version: "3.0.1"
86102
lints:
87103
dependency: transitive
88104
description:
@@ -95,34 +111,34 @@ packages:
95111
dependency: transitive
96112
description:
97113
name: matcher
98-
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
114+
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
99115
url: "https://pub.dev"
100116
source: hosted
101-
version: "0.12.15"
117+
version: "0.12.16+1"
102118
material_color_utilities:
103119
dependency: transitive
104120
description:
105121
name: material_color_utilities
106-
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
122+
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
107123
url: "https://pub.dev"
108124
source: hosted
109-
version: "0.2.0"
125+
version: "0.8.0"
110126
meta:
111127
dependency: transitive
112128
description:
113129
name: meta
114-
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
130+
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
115131
url: "https://pub.dev"
116132
source: hosted
117-
version: "1.9.1"
133+
version: "1.12.0"
118134
path:
119135
dependency: transitive
120136
description:
121137
name: path
122-
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
138+
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
123139
url: "https://pub.dev"
124140
source: hosted
125-
version: "1.8.3"
141+
version: "1.9.0"
126142
plugin_platform_interface:
127143
dependency: transitive
128144
description:
@@ -140,32 +156,32 @@ packages:
140156
dependency: transitive
141157
description:
142158
name: source_span
143-
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
159+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
144160
url: "https://pub.dev"
145161
source: hosted
146-
version: "1.9.1"
162+
version: "1.10.0"
147163
splitio:
148164
dependency: "direct main"
149165
description:
150166
path: ".."
151167
relative: true
152168
source: path
153-
version: "0.1.7+1-rc.1"
169+
version: "0.1.8"
154170
splitio_android:
155171
dependency: transitive
156172
description:
157173
path: "../../splitio_android"
158174
relative: true
159175
source: path
160-
version: "0.1.7+1-rc.1"
176+
version: "0.1.8"
161177
splitio_ios:
162178
dependency: transitive
163179
description:
164180
name: splitio_ios
165-
sha256: "0550cb6718a5314ef333e0440b4d1a52f6f7abaccc610dfb6a827cd876c572a7"
181+
sha256: "852119061d2304083127030e8f3dfbb84aaac2bf4e4a0fdb7f107fd83e25f22b"
166182
url: "https://pub.dev"
167183
source: hosted
168-
version: "0.1.7+1-rc.1"
184+
version: "0.1.8"
169185
splitio_platform_interface:
170186
dependency: transitive
171187
description:
@@ -178,18 +194,18 @@ packages:
178194
dependency: transitive
179195
description:
180196
name: stack_trace
181-
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
197+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
182198
url: "https://pub.dev"
183199
source: hosted
184-
version: "1.11.0"
200+
version: "1.11.1"
185201
stream_channel:
186202
dependency: transitive
187203
description:
188204
name: stream_channel
189-
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
205+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
190206
url: "https://pub.dev"
191207
source: hosted
192-
version: "2.1.1"
208+
version: "2.1.2"
193209
string_scanner:
194210
dependency: transitive
195211
description:
@@ -210,10 +226,10 @@ packages:
210226
dependency: transitive
211227
description:
212228
name: test_api
213-
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
229+
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
214230
url: "https://pub.dev"
215231
source: hosted
216-
version: "0.5.1"
232+
version: "0.7.0"
217233
vector_math:
218234
dependency: transitive
219235
description:
@@ -222,6 +238,14 @@ packages:
222238
url: "https://pub.dev"
223239
source: hosted
224240
version: "2.1.4"
241+
vm_service:
242+
dependency: transitive
243+
description:
244+
name: vm_service
245+
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
246+
url: "https://pub.dev"
247+
source: hosted
248+
version: "14.2.1"
225249
sdks:
226-
dart: ">=3.0.0-0 <4.0.0"
227-
flutter: ">=2.5.0"
250+
dart: ">=3.3.0 <4.0.0"
251+
flutter: ">=3.18.0-18.0.pre.54"

splitio/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_android: ^0.1.8
22+
# splitio_android: ^0.1.8
23+
splitio_android:
24+
path: ../splitio_android
2325
splitio_ios: ^0.1.8
2426
splitio_platform_interface: ^1.4.0
2527

0 commit comments

Comments
 (0)