Skip to content

Commit

Permalink
4.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Oct 25, 2024
1 parent 04919a6 commit 4607e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId = "info.dvkr.screenstream"
minSdk = rootProject.extra["minSdkVersion"] as Int
targetSdk = rootProject.extra["targetSdkVersion"] as Int
versionCode = 41012
versionName = "4.1.12"
versionCode = 41013
versionName = "4.1.13"

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

0 comments on commit 4607e0f

Please sign in to comment.