We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822d571 commit 5b31405Copy full SHA for 5b31405
1 file changed
app/build.gradle.kts
@@ -20,8 +20,8 @@ android {
20
applicationId = "tk.zwander.lockscreenwidgets"
21
minSdk = 23
22
targetSdk = 36
23
- versionCode = 195
24
- versionName = "4.1.2"
+ versionCode = 196
+ versionName = "4.1.3"
25
26
manifestPlaceholders["build_uuid"] = UUID.nameUUIDFromBytes("InstallWithOptions_${versionCode}".toByteArray()).toString()
27
0 commit comments