diff --git a/android/app/build.gradle b/android/app/build.gradle index 25230849..a465569d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -28,7 +28,7 @@ apply plugin: 'com.google.gms.google-services' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 30 + compileSdkVersion 31 sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -111,8 +111,7 @@ dependencies { implementation "com.opentok.android:opentok-android-sdk:2.19.1" - - compile 'com.facebook.stetho:stetho:1.5.1' + implementation 'com.facebook.stetho:stetho:1.5.1' implementation 'com.facebook.stetho:stetho-urlconnection:1.5.1' diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8aa7ad73..ba03f512 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ In most cases you can leave this as-is, but you if you want to provide additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> - + @@ -13,7 +13,7 @@ - + @@ -22,18 +22,24 @@ - - - + + + + + - - - - + + + + - + @@ -42,10 +48,10 @@ + android:showOnLockScreen="true" + android:usesCleartextTraffic="true"> - - + + - - - + + + + - - + + - + - + + - +