File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments