Skip to content

Commit 45f5ccf

Browse files
committed
v0.2.0
1 parent 8114827 commit 45f5ccf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.matanh.transfer"
1414
minSdk = 29
1515
targetSdk = 35
16-
versionCode = 103
17-
versionName = "0.1.3"
16+
versionCode = 200
17+
versionName = "0.2.0"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
New feature: Share files and text to the app, Fix: Refresh file list on upload/delete

0 commit comments

Comments
 (0)