From 085758801b832d6fd45ca7124fcfd216c620644e Mon Sep 17 00:00:00 2001 From: Leslie Joe Date: Mon, 18 Nov 2024 21:49:08 +0000 Subject: [PATCH 1/2] add namespace --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index aca8e7f4..8c44c182 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,6 +5,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 30 + namespace "com.befovy.fijkplayer" defaultConfig { minSdkVersion 16 From 72f6126c67f360fbb09310b5144ef0f9a6cd219b Mon Sep 17 00:00:00 2001 From: Leslie Joe Date: Sun, 24 Nov 2024 08:32:49 +0000 Subject: [PATCH 2/2] increase compile sdk version to 34 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 8c44c182..8e7b84a0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ version '0.11.0' apply plugin: 'com.android.library' android { - compileSdkVersion 30 + compileSdkVersion 34 namespace "com.befovy.fijkplayer" defaultConfig {