From fc6c389902a62b8b5a19ef0f759fcb2baebc3809 Mon Sep 17 00:00:00 2001 From: tmoldovan8x8 <62697631+tmoldovan8x8@users.noreply.github.com> Date: Thu, 30 Sep 2021 14:24:01 +0300 Subject: [PATCH] feat(android) target sdk 31 --- android/app/build.gradle | 3 ++- android/app/src/main/AndroidManifest.xml | 1 + android/build.gradle | 4 ++-- .../src/main/java/org/jitsi/meet/sdk/OngoingNotification.java | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b96262a58..f15fcc245 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.2.0' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' if (!rootProject.ext.libreBuild) { implementation 'com.google.android.gms:play-services-auth:16.0.1' @@ -109,6 +109,7 @@ gradle.projectsEvaluated { def dropboxActivity = """ diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b3b099181..a82b9f9a2 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -14,6 +14,7 @@ android:resource="@xml/app_restrictions" />