Skip to content

Commit 85a3acb

Browse files
committed
fix: android libs to frameworks
1 parent b8f6186 commit 85a3acb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
9090
//noinspection GradleDynamicVersion
9191
implementation "com.facebook.react:react-native:+"
92-
implementation(files("frameworks/tun2socks.aar"))
92+
implementation(files("libs/tun2socks.aar"))
9393
implementation 'org.apache.commons:commons-collections4:4.4'
9494
testImplementation 'junit:junit:4.13.2'
9595
implementation 'com.google.code.gson:gson:2.8.8'

package/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="com.outlinevpn">
22
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
33
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
44
<uses-permission android:name="android.permission.INTERNET"/>

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-outline-vpn",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Outline VPN React Native Client",
55
"main": "src/index",
66
"module": "src/index",

0 commit comments

Comments
 (0)