diff --git a/android/build.gradle b/android/build.gradle index 6399eff..c22a103 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,9 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 33 + namespace 'xyz.justsoft.video_thumbnail' + + compileSdkVersion 36 namespace 'xyz.justsoft.video_thumbnail' defaultConfig {