Skip to content

Commit c2ab29b

Browse files
committed
v0.2.1
1 parent 058de70 commit c2ab29b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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 = 200
17-
versionName = "0.2.0"
16+
versionCode = 201
17+
versionName = "0.2.1"
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: About screen. fix: #2 (app crash)

0 commit comments

Comments
 (0)