Skip to content

Commit d69a08b

Browse files
author
tanpengcheng
committed
[feat] Update readme and version name.
1 parent 7cc914b commit d69a08b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)