File tree Expand file tree Collapse file tree 7 files changed +8
-28
lines changed Expand file tree Collapse file tree 7 files changed +8
-28
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "engine "]
2
+ path = engine
3
+ url = https://github.com/VPNclient/VPNclient-engine
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ allprojects {
19
19
repositories {
20
20
google()
21
21
mavenCentral()
22
- // maven { url 'https://jitpack.io' }
23
22
}
24
23
}
25
24
@@ -52,8 +51,6 @@ android {
52
51
dependencies {
53
52
testImplementation(" org.jetbrains.kotlin:kotlin-test" )
54
53
testImplementation(" org.mockito:mockito-core:5.0.0" )
55
- // implementation project(':vpnclient-engine-android')
56
- // implementation 'com.github.VPNclient:VPNclient-engine:android-v0.1.1'
57
54
}
58
55
59
56
testOptions {
Original file line number Diff line number Diff line change 1
1
rootProject. name = ' vpnclient_engine_flutter'
2
2
3
- // include ':vpnclient_engine_android'
4
- // project(':vpnclient_engine_android').projectDir = new File('../../VPNclient_engine_android ')
3
+ include ' :vpnclient_engine_android'
4
+ project(' :vpnclient_engine_android' ). projectDir = new File (' ../engine/android ' )
5
5
6
- // def targetPath = new File(settingsDir, '../../VPNclient-engine/android')
7
- // println "[DEBUG55] Expected project dir: ${targetPath.absolutePath}"
8
-
9
-
10
- // include ':vpnclient-engine-android'
11
- // project(':vpnclient-engine-android').projectDir = new File('../../../VPNclient-engine/android')
12
- // project(':vpnclient-engine-android').projectDir = new File('/Users/anton/proj/VPNclient/VPNclient-engine/android')
Original file line number Diff line number Diff line change @@ -341,4 +341,4 @@ packages:
341
341
version: "3.0.4"
342
342
sdks:
343
343
dart: ">=3.7.2 <4.0.0"
344
- flutter: ">=3.18.0-18.0.pre.54 "
344
+ flutter: ">=3.29.3 "
Original file line number Diff line number Diff line change @@ -279,4 +279,4 @@ packages:
279
279
version: "1.1.1"
280
280
sdks:
281
281
dart: ">=3.7.2 <4.0.0"
282
- flutter: ">=3.18.0-18.0.pre.54 "
282
+ flutter: ">=3.29.3 "
Original file line number Diff line number Diff line change @@ -19,20 +19,6 @@ dependencies:
19
19
http : ^1.3.0
20
20
flutter_v2ray : ^1.0.10
21
21
rxdart : ^0.28.0
22
- # vpnclient_engine_android:
23
- # git:
24
- # url: https://github.com/VPNclient/VPNclient-engine.git
25
- # ref: main
26
- # path: android/
27
- vpnclient_engine_ios :
28
- path : ../VPNclient-engine-ios
29
- vpnclient_engine_macos :
30
- path : ../VPNclient-engine-ios
31
- # vpnclient_engine_windows:
32
- # git:
33
- # url: https://github.com/VPNclient/VPNclient-engine.git
34
- # ref: main
35
- # path: windows/
36
22
37
23
dev_dependencies :
38
24
flutter_test :
You can’t perform that action at this time.
0 commit comments