We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc510bf commit 5662803Copy full SHA for 5662803
android/build.gradle
@@ -27,6 +27,11 @@ project.getTasks().withType(JavaCompile){
27
apply plugin: 'com.android.library'
28
29
android {
30
+ // Conditional for compatibility with AGP <4.2.
31
+ if (project.android.hasProperty("namespace")) {
32
+ namespace 'io.flutter.plugins.vikram25897.cached_video_player'
33
+ }
34
+
35
compileSdkVersion 29
36
37
defaultConfig {
0 commit comments