Skip to content

Commit

Permalink
Merge pull request #1733 from ever-co/ci/mobile-devops
Browse files Browse the repository at this point in the history
change android version code
  • Loading branch information
evereq authored Nov 8, 2023
2 parents 906602a + 2f8238a commit 40de1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ android {
applicationId 'ever.team'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionCode 4
versionName "0.1.0"
}

Expand Down

0 comments on commit 40de1bd

Please sign in to comment.