File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11
22## Summary
33
4- Use UDP Broadcast or WiFi P2P create connections, Use TCP protocol to transfer files. This program builds with RxJava and Kotlin Coroutines.
4+ Create tcp connections to transfer files without Internet.
5+
6+ Create connections ways:
7+ - Wi-Fi P2P/Direct (Recommend, Super Fast)
8+ - Scan QR Code
9+ - UDP Broadcast
510
611[ Install On Google Play] ( https://play.google.com/store/apps/details?id=com.tans.tfiletransporter )
712
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 applicationId " com.tans.tfiletransporter"
1313 minSdkVersion 26
1414 targetSdkVersion 33
15- versionCode 23050401
16- versionName " 2.0.2 "
15+ versionCode 23051501
16+ versionName " 2.1.0 "
1717
1818 }
1919
You can’t perform that action at this time.
0 commit comments