Skip to content

Commit

Permalink
4.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Aug 9, 2024
1 parent e250696 commit b73d3b0
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 = 41009
versionName = "4.1.9"
versionCode = 41010
versionName = "4.1.10"

// 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 b73d3b0

Please sign in to comment.