android-SimpleNetCat
android-SimpleNetCat copied to clipboard
Received text selectable/copyable would be useful
It would be very useful to me if the Received text were selectable/copyable.
I've tried building the source to alter it accordingly and submit a pull request, but didn't manage to build the fresh checkout due to this error:
FAILURE: Build failed with an exception.
...
* What went wrong:
A problem occurred evaluating project ':netcat'.
> Failed to apply plugin [id 'com.android.application']
> Gradle version 2.2 is required. Current version is 4.4. If using the gradle wrapper, try editing the distributionUrl in /Users/.../android-SimpleNetCat/gradle/wrapper/gradle-wrapper.properties to gradle-2.2-all.zip
Hi.
Try to build it with gradle wrapper
./gradlew ...
It seems like you tried to build it with your system gradle.