Skip to content

Commit bddefe6

Browse files
authored
Merge pull request #276 from Pnlvfx/android-gradle-1
fix: missing package name on build.gradle
2 parents 5e147f6 + 07e1e9e commit bddefe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apply plugin: 'com.android.library'
22
android {
3+
namespace 'com.yuanzhou.vlc'
34
compileSdkVersion 35
45

56
defaultConfig {

0 commit comments

Comments
 (0)