Android build fix
This commit is contained in:
@@ -29,8 +29,5 @@ public class MainActivity extends AppCompatActivity {
|
||||
SocketAddress proxyAddr = new InetSocketAddress("0.0.0.0", 1337);
|
||||
Proxy proxy = new Proxy(Proxy.Type.SOCKS, proxyAddr);
|
||||
|
||||
// proxy.
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user