Skip to content

Commit d95ca0d

Browse files
authored
chore: bumped versionName and versionCode to 0.12.1
1 parent dca94b5 commit d95ca0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mobile/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ android {
1111
targetSdkVersion 34
1212

1313
// Set in CI on tagged commit
14-
versionName "0.12.0"
14+
versionName "0.12.1"
1515

1616
// Set in CI by `bundle exec fastlane update_version`
17-
versionCode 26
17+
versionCode 34
1818

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

0 commit comments

Comments
 (0)