Skip to content

Commit

Permalink
chore: bump android config
Browse files Browse the repository at this point in the history
  • Loading branch information
suvam0451 committed Sep 7, 2024
1 parent 4a759e0 commit 7432f3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const expo = ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: IS_DEV ? 'Dhaaga (Dev)' : 'Dhaaga',
slug: 'dhaaga',
version: '0.10.0',
version: '0.10.1',
orientation: 'portrait',
icon: './assets/placeholder_icon.png',
userInterfaceStyle: 'dark',
Expand All @@ -21,7 +21,7 @@ const expo = ({ config }: ConfigContext): ExpoConfig => ({
},
android: {
package: IS_DEV ? 'io.suvam.dhaaga.dev' : 'io.suvam.dhaaga',
versionCode: 12,
versionCode: 13,
},
androidStatusBar: {
barStyle: 'dark-content',
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Dhaaga (Lite) v0.10.1 (8 Sep 2024)

* 🛠️Fixes an issue that causes crash on fresh installs

0 comments on commit 7432f3a

Please sign in to comment.