Skip to content

Commit

Permalink
android namespace 声明移到 gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Apr 20, 2023
1 parent 3438acd commit f17d2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
namespace "cn.qiuxiang.react.geolocation"

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
Expand Down
4 changes: 1 addition & 3 deletions lib/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cn.qiuxiang.react.geolocation">

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit f17d2c1

Please sign in to comment.