Skip to content

Commit 097665d

Browse files
committed
v0.3.2
1 parent 8425ed4 commit 097665d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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 = 301
17-
versionName = "0.3.1"
16+
versionCode = 302
17+
versionName = "0.3.2"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fix notification, now with stop button (fix #9,#7)
2+
better screenshots - by @mkalmousli [#8]

0 commit comments

Comments
 (0)