Skip to content

Commit

Permalink
Bump build version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerameel committed Jul 29, 2022
1 parent e65fc63 commit 7bf5189
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ A personal finance management app built with react-native.
alt="Get it on Google Play"
height="80">](https://play.google.com/store/apps/details?id=com.jerameeldelosreyes.sushi)

## Development
## Development 🛠️

This app is built using `react-native`, make sure to have it setup to get started. Currently only Android is supported.

Note: Support for iOS would come after polishing essential features of the App. However, testers/contributors are still welcome.

## Contributing
## Contributing 🤔
Help Sushi - Personal Finance improve, please create an issue for bugs or feature request.

Pull requests are welcome as well.

### Language/Translation
Integrating the translation data for each screen is still in progress. [Click here](src/constants/translations) for available translations and feel free to add/update translations.
### Language/Translation 🌍
This App supports language translation. [Click here](src/constants/translations) for available translations and feel free to add/update translations.

### Currency
### Currency 💵
This uses [numbro](https://github.com/BenjaminVanRyseghem/numbro) internally for available currencies. If you don't find your currency in the App, please check on `numbro` first before creating a new issue.


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
applicationId "com.jerameeldelosreyes.sushi"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionName "1.9"
versionCode 11
versionName "1.10"
}
splits {
abi {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add Czech, Ukrainian, Russian, Spanish, Polish translation
- Add CSV export for transaction record
- Other minor improvements

0 comments on commit 7bf5189

Please sign in to comment.