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 6dcc23d commit 80f5ae9Copy full SHA for 80f5ae9
packages/ogg_opus_player/android/build.gradle
@@ -30,6 +30,8 @@ apply plugin: 'com.android.library'
30
apply plugin: 'kotlin-android'
31
32
android {
33
+ namespace "one.mixin.ogg_opus_player"
34
+
35
// Bumping the plugin compileSdkVersion requires all clients of this plugin
36
// to bump the version in their app.
37
compileSdkVersion 31
packages/ogg_opus_player/android/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@
1
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="one.mixin.oggOpusPlayer">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3
4
<uses-permission android:name="android.permission.RECORD_AUDIO" />
5
0 commit comments