We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7ae3d commit c28b822Copy full SHA for c28b822
2 files changed
build/android/ruis/build.gradle
@@ -5,6 +5,8 @@ apply plugin: 'com.ydq.android.gradle.native-aar.import' // must go after androi
5
android {
6
compileSdkVersion 29
7
8
+ namespace "cppfw.github.io.ruis"
9
+
10
defaultConfig {
11
minSdkVersion 21
12
targetSdkVersion 29
build/android/ruis/src/main/AndroidManifest.xml
@@ -1,6 +1,4 @@
1
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
-
3
- package="cppfw.github.io.ruis">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
4
<application>
0 commit comments