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