We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3caca4f commit 653759fCopy full SHA for 653759f
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 = 41011
38
- versionName = "4.1.11"
+ versionCode = 41012
+ versionName = "4.1.12"
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