Skip to content

Commit

Permalink
chore: bumped versionName and versionCode to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare authored Jun 25, 2024
1 parent dca94b5 commit d95ca0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ android {
targetSdkVersion 34

// Set in CI on tagged commit
versionName "0.12.0"
versionName "0.12.1"

// Set in CI by `bundle exec fastlane update_version`
versionCode 26
versionCode 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// NOTE: This only works for API level 28 and above
Expand Down

0 comments on commit d95ca0d

Please sign in to comment.