Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit 17672d6

Browse files
committed
Bump app version
1 parent 6dc77bf commit 17672d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "app.suhasdissa.foode"
1414
minSdk = 24
1515
targetSdk = 34
16-
versionCode = 35
17-
versionName = "3.5"
16+
versionCode = 36
17+
versionName = "3.6"
1818

1919
ksp {
2020
arg("room.schemaLocation", "$projectDir/schemas")

0 commit comments

Comments
 (0)