Skip to content

Commit b0d8376

Browse files
Update build.gradle
1 parent b1b6cf8 commit b0d8376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
3232
minSdkVersion 21
3333
targetSdkVersion 34
34-
versionCode 206040008
35-
versionName "2.06.04-beta08" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
34+
versionCode 206040009
35+
versionName "2.06.04-beta09" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
3636
buildConfigField "String", "versionCodename", "\"Where there is love, there is life. ❤️🌈\""
3737
multiDexEnabled true
3838
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)