Skip to content

Commit 9a3c100

Browse files
committed
Fix build.gradle
1 parent 71d81e6 commit 9a3c100

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion rootProject.ext.compileSdkVersion
5-
namespace "cn.qiuxiang.react.geolocation"
65

76
defaultConfig {
87
minSdkVersion rootProject.ext.minSdkVersion

lib/android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="cn.qiuxiang.react.geolocation">
22
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
33
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
44
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

0 commit comments

Comments
 (0)