Skip to content

Commit a83810a

Browse files
committed
Update app version to 0.1.3
And app version code to 6
1 parent ed91806 commit a83810a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "com.rendox.grocerygenius"
1616
minSdk = 21
1717
targetSdk = 34
18-
versionCode = 5
19-
versionName = "0.1.2"
18+
versionCode = 6
19+
versionName = "0.1.3"
2020

2121
testInstrumentationRunner = "com.rendox.grocerygenius.testing.GroceryGeniusTestRunner"
2222
vectorDrawables {

0 commit comments

Comments
 (0)