Skip to content

Commit 598e3fc

Browse files
committed
Update version name.
1 parent 1b181c4 commit 598e3fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 30
15-
versionCode 4
16-
versionName "1.0.3"
15+
versionCode 5
16+
versionName "1.1.0"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<string name="tcp_scan_scan">Scan</string>
5050

5151
<string name="wifi_p2p_connection_title">Connect via WiFi P2P</string>
52-
<string name="wifi_p2p_connection_tips">Just open the WiFi, close to the target device and system will find it. You need not keep two device in the same network.</string>
52+
<string name="wifi_p2p_connection_tips">Just open the WiFi, close to the target device and system will find it. You need not keep two devices in the same network.</string>
5353
<string name="wifi_p2p_connection_remote_device">Connected Remote Device\n Name: %s\n Ip Address: %s</string>
5454
<string name="wifi_p2p_connection_local_address">Local Address:\n %s</string>
5555
<string name="wifi_p2p_connection_transfer_files">Transfer Files</string>

0 commit comments

Comments
 (0)