Skip to content

Commit 8f2846c

Browse files
committed
Add version code for play store release
1 parent e83b4f3 commit 8f2846c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId = "com.cornellappdev.resell.android"
3131
minSdk = 28
3232
targetSdk = 35
33-
versionCode = 1
34-
versionName = "1.0"
33+
versionCode = 22
34+
versionName = "2.0 - Refactor [Beta]"
3535

3636
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3737
vectorDrawables {

0 commit comments

Comments
 (0)