Skip to content

Commit 3881829

Browse files
committed
[feat] Update version 2.2.0
1 parent e1d45cd commit 3881829

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 33
15-
versionCode 23051501
16-
versionName "2.1.0"
15+
versionCode 23052301
16+
versionName "2.2.0"
1717

1818
}
1919

net/src/main/java/com/tans/tfiletransporter/transferproto/TransferProtoConstant.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.tans.tfiletransporter.transferproto
22

33
object TransferProtoConstant {
4-
const val VERSION: Int = 20230417
4+
const val VERSION: Int = 20230523
55

66
/**
77
* P2P Connect

0 commit comments

Comments
 (0)