Skip to content

Commit b8f6186

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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("libs/tun2socks.aar"))
92+
implementation(files("frameworks/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/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.4",
3+
"version": "1.0.5",
44
"description": "Outline VPN React Native Client",
55
"main": "src/index",
66
"module": "src/index",

0 commit comments

Comments
 (0)