Skip to content

Commit 39a543e

Browse files
committedAug 23, 2024
4.1.11
1 parent 2eee349 commit 39a543e

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 = 41010
38-
versionName = "4.1.10"
37+
versionCode = 41011
38+
versionName = "4.1.11"
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.