Skip to content

Commit b73d3b0

Browse files
committedAug 9, 2024
4.1.10
1 parent e250696 commit b73d3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
applicationId = "info.dvkr.screenstream"
3535
minSdk = rootProject.extra["minSdkVersion"] as Int
3636
targetSdk = rootProject.extra["targetSdkVersion"] as Int
37-
versionCode = 41009
38-
versionName = "4.1.9"
37+
versionCode = 41010
38+
versionName = "4.1.10"
3939

4040
// https://medium.com/@crafty/no-if-you-do-that-then-you-cant-use-newer-features-on-older-platforms-e-g-fa595333c0a4
4141
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)
Failed to load comments.