Skip to content

Commit

Permalink
4.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Aug 23, 2024
1 parent 2eee349 commit 39a543e
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 @@ -34,8 +34,8 @@ android {
applicationId = "info.dvkr.screenstream"
minSdk = rootProject.extra["minSdkVersion"] as Int
targetSdk = rootProject.extra["targetSdkVersion"] as Int
versionCode = 41010
versionName = "4.1.10"
versionCode = 41011
versionName = "4.1.11"

// 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 39a543e

Please sign in to comment.