فهرست منبع

调整namespace

RandyWei 1 سال پیش
والد
کامیت
7021884378
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      android/build.gradle
  2. 1 1
      android/src/main/AndroidManifest.xml

+ 1 - 0
android/build.gradle

@@ -30,6 +30,7 @@ apply plugin: 'com.android.library'
 apply plugin: 'kotlin-android'
 
 android {
+    namespace "dev.bughub.plugin.fltbdface"
     compileSdkVersion 31
 
     sourceSets {

+ 1 - 1
android/src/main/AndroidManifest.xml

@@ -1,5 +1,5 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="dev.bughub.plugin.fltbdface">
+    >
 
     <!-- 权限级别: normal -->
     <uses-permission android:name="android.permission.INTERNET" />