Skip to content

Commit

Permalink
First commit for RTM 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Aug 9, 2024
1 parent 488303f commit 9770b7c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions test_shard/integration_test_app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 31
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -46,7 +46,7 @@ android {
applicationId "io.agora.integration_test_app.integration_test_app"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion flutter.minSdkVersion
minSdkVersion 19
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion test_shard/integration_test_app/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.0'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 0 additions & 2 deletions test_shard/iris_tester/lib/iris_tester_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// package as the core of your plugin.
// ignore: avoid_web_libraries_in_flutter

import 'dart:html';

import 'package:flutter_web_plugins/flutter_web_plugins.dart';

class IrisTesterWeb {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,11 @@ class IrisTesterIO implements IrisTester {
_fakeRtcEngineHandle =
_nativeIrisTesterBinding.GetDebugProcTableRtm().cast();

print('_fakeRtcEngineHandle: $_fakeRtcEngineHandle');
_nativeIrisTesterBinding.SetShouldReadBufferFromJson(0);
}

@override
void dispose() {
// calloc.free(_fakeRtcEngineHandle);

// _nativeIrisTesterBinding.DestroyFakeRtmEngine(_fakeRtcEngineHandle);
}

@override
Expand Down

0 comments on commit 9770b7c

Please sign in to comment.