We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eee349 commit 39a543eCopy full SHA for 39a543e
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 = 41010
38
- versionName = "4.1.10"
+ versionCode = 41011
+ versionName = "4.1.11"
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