Skip to content

Commit

Permalink
[example] Remove references to deprecated v1 Android embedding (#1965)
Browse files Browse the repository at this point in the history
Close
#1942
  • Loading branch information
littleGnAl authored Aug 20, 2024
1 parent 910989a commit e1a2f62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package io.agora.agora_rtc_ng_example

import io.flutter.app.FlutterApplication
import android.app.Application
import io.flutter.embedding.engine.FlutterEngine

class MyApplication : FlutterApplication() {
class MyApplication : Application() {
private var flutterEngine: FlutterEngine? = null

fun getFlutterEngine(): FlutterEngine {
Expand Down

0 comments on commit e1a2f62

Please sign in to comment.