Skip to content

Commit 642d7a2

Browse files
committed
chore: update Android SDK and dependencies for test apps
1 parent 0d4efd7 commit 642d7a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test_shard/integration_test_app/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
if (project.android.hasProperty("namespace")) {
3232
namespace 'io.agora.integration_test_app.integration_test_app'
3333
}
34-
compileSdkVersion 34
34+
compileSdkVersion 35
3535

3636
compileOptions {
3737
sourceCompatibility JavaVersion.VERSION_1_8

test_shard/integration_test_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
# Use with the CupertinoIcons class for iOS style icons.
4040
cupertino_icons: ^1.0.2
4141
path_provider: ^2.0.8
42-
permission_handler: ^8.3.0
42+
permission_handler: ^11.3.0
4343

4444
dev_dependencies:
4545
integration_test:

test_shard/iris_tester/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
if (project.android.hasProperty("namespace")) {
3030
namespace 'com.example.iris_tester'
3131
}
32-
compileSdkVersion 34
32+
compileSdkVersion 35
3333

3434
compileOptions {
3535
sourceCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)