Skip to content

Commit c28b822

Browse files
committed
android: fix warning, set namespace in gradle instead of manifest
1 parent eb7ae3d commit c28b822

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/android/ruis/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ apply plugin: 'com.ydq.android.gradle.native-aar.import' // must go after androi
55
android {
66
compileSdkVersion 29
77

8+
namespace "cppfw.github.io.ruis"
9+
810
defaultConfig {
911
minSdkVersion 21
1012
targetSdkVersion 29

build/android/ruis/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
3-
package="cppfw.github.io.ruis">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
42

53
<application>
64

0 commit comments

Comments
 (0)