Skip to content

Commit 653759f

Browse files
committedSep 14, 2024
Deps update
1 parent 3caca4f commit 653759f

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