We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f186ad commit 10d22b0Copy full SHA for 10d22b0
1 file changed
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "com.cyb3rko.flashdim"
20
minSdk = 33
21
targetSdk = 36
22
- versionCode = 30
23
- versionName = "2.4.1"
+ versionCode = 31
+ versionName = "2.4.3"
24
resValue("string", "app_name", "FlashDim Dev")
25
buildConfigField("String", "GIT_VERSION", "\"${getGitVersion()}\"")
26
signingConfig = signingConfigs.getByName("debug")
0 commit comments