Skip to content

Commit

Permalink
chore(mobile): prebuild code update
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdev98 committed Sep 21, 2024
1 parent ad7a19f commit a7a1ba6
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 71 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0.1"
versionName "1.0.2"
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
<string name="expo_runtime_version">1.0.1</string>
<string name="expo_runtime_version">1.0.2</string>
</resources>
Loading

0 comments on commit a7a1ba6

Please sign in to comment.