Skip to content

Commit 4607e0f

Browse files
committedOct 25, 2024
4.1.13
1 parent 04919a6 commit 4607e0f

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
@@ -36,8 +36,8 @@ android {
3636
applicationId = "info.dvkr.screenstream"
3737
minSdk = rootProject.extra["minSdkVersion"] as Int
3838
targetSdk = rootProject.extra["targetSdkVersion"] as Int
39-
versionCode = 41012
40-
versionName = "4.1.12"
39+
versionCode = 41013
40+
versionName = "4.1.13"
4141

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

0 commit comments

Comments
 (0)
Failed to load comments.