File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77/captures
88.externalNativeBuild
99.cxx
10+ app /release /*
11+
Original file line number Diff line number Diff line change 22
33This is an unofficial reimplementation of Linux Mint's file sharing tool [ Warpinator] ( https://github.com/linuxmint/warpinator ) for Android.
44
5- Implementation of the protocol is mostly complete (although sometimes buggy) but the UI still needs some work.
5+ ## Download
6+ Get the APK from the "Releases" page
67
78## Building
89
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
1010 minSdkVersion 21 // Required by NSD (attributes)
1111 targetSdkVersion 29
1212 versionCode 100
13- versionName " 1.0 "
13+ versionName " 0.1b "
1414
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 }
You can’t perform that action at this time.
0 commit comments