Skip to content

Commit 80f5ae9

Browse files
authored
feat(ogg_opus_player): Fix package for Flutter 3.27 (#384)
* feat(ogg_opus_player): add namespace to Android build.gradle * Update AndroidManifest.xml
1 parent 6dcc23d commit 80f5ae9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/ogg_opus_player/android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ apply plugin: 'com.android.library'
3030
apply plugin: 'kotlin-android'
3131

3232
android {
33+
namespace "one.mixin.ogg_opus_player"
34+
3335
// Bumping the plugin compileSdkVersion requires all clients of this plugin
3436
// to bump the version in their app.
3537
compileSdkVersion 31

packages/ogg_opus_player/android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="one.mixin.oggOpusPlayer">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32

43
<uses-permission android:name="android.permission.RECORD_AUDIO" />
54

0 commit comments

Comments
 (0)