File tree 5 files changed +11
-663
lines changed
src/main/java/com/foxdebug/acode
5 files changed +11
-663
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ dependencies {
18
18
implementation " androidx.documentfile:documentfile:1.0.1"
19
19
implementation " org.nanohttpd:nanohttpd:+"
20
20
implementation " androidx.documentfile:documentfile:1.0.1"
21
+ implementation " commons-io:commons-io:2.11.0"
22
+ implementation " com.sshtools:maverick-synergy-client:3.1.2"
23
+ implementation " com.sshtools:maverick-bc:3.1.2"
21
24
implementation " androidx.core:core:1.6.0"
22
25
implementation " androidx.core:core-google-shortcuts:1.0.0"
23
26
}
Original file line number Diff line number Diff line change @@ -30,12 +30,10 @@ class MainActivity : BridgeActivity(){
30
30
}
31
31
32
32
override fun onCreate (savedInstanceState : Bundle ? ) {
33
- // register plugins
34
- registerPlugin(Sftp ::class .java)
33
+ // register plugins before calling super
35
34
registerPlugin(NativeLayer ::class .java)
36
35
37
36
38
- // register plugins before calling super
39
37
super .onCreate(savedInstanceState)
40
38
activityRef = WeakReference (this )
41
39
}
You can’t perform that action at this time.
0 commit comments