We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e250696 commit b73d3b0Copy full SHA for b73d3b0
app/build.gradle.kts
@@ -34,8 +34,8 @@ android {
34
applicationId = "info.dvkr.screenstream"
35
minSdk = rootProject.extra["minSdkVersion"] as Int
36
targetSdk = rootProject.extra["targetSdkVersion"] as Int
37
- versionCode = 41009
38
- versionName = "4.1.9"
+ versionCode = 41010
+ versionName = "4.1.10"
39
40
// https://medium.com/@crafty/no-if-you-do-that-then-you-cant-use-newer-features-on-older-platforms-e-g-fa595333c0a4
41
vectorDrawables.useSupportLibrary = true
0 commit comments