Skip to content

Commit

Permalink
#214 - version/0.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Léo Carvalho <carvalho.csleo@gmail.com>
  • Loading branch information
3 people committed Jan 6, 2024
1 parent 2c831b4 commit 85713e5
Show file tree
Hide file tree
Showing 44 changed files with 1,409 additions and 19,529 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Please follow [Airbnb's Name Conventions](https://github.com/airbnb/javascript#n

## Linting

Please ensure your code is passing through the linter.
Please ensure your code is passing through the GitHub Action EsLint.
4 changes: 2 additions & 2 deletions .github/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

![img_1.png](img_1.png)
1. Go to `/profile`
2. Create a new Oauth client with redirect URI: `abacusiosapp://redirect`
2. Create a new Oauth client with redirect URI: `abacusfiiiapp://redirect`

![img.png](img.png)

3. Copy and paste `Oauth Client ID` it will be a number (required, Example: `4`).

4. No need to use the secret client but if you do so copy and paste it in the `Oauth Client Secret` field.

<img alt="img_2.png" height="670" src="img_2.png" width="300"/>
<img alt="img_2.jpeg" height="670" src="img_2.jpeg" width="300"/>

### Personal Access Token

Expand Down
2 changes: 1 addition & 1 deletion .github/PRIVACY_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Information is anonymized and does not include any personal information.
This request includes the following information:

- `expo-server-url`: `https://u.expo.dev/292ed6dc-804c-4444-95f5-fa5d76d9913b` (https://github.com/victorbalssa/abacus/blob/updates/app.json#L17)
- `expo-runtime-version`: `0.10.2` (https://github.com/victorbalssa/abacus/blob/updates/app.json#L12)
- `expo-runtime-version`: `0.11.1` (https://github.com/victorbalssa/abacus/blob/updates/app.json#L12)
- `expo-platform`: `ios` or `android`

That's it. No other information is collected.
Expand Down
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

Binary file modified .github/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/img_2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"android",
"web"
],
"version": "0.10.2",
"version": "0.11.1",
"orientation": "portrait",
"updates": {
"enabled": true,
Expand All @@ -23,7 +23,7 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#25292e"
"backgroundColor": "#121215"
}
},
"supportsTablet": true,
Expand All @@ -35,7 +35,7 @@
"usesNonExemptEncryption": false
},
"bundleIdentifier": "abacus.ios.app",
"buildNumber": "0.10.2"
"buildNumber": "0.11.1"
},
"android": {
"icon": "./src/images/icon-abacus.png",
Expand All @@ -48,17 +48,17 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#25292e"
"backgroundColor": "#121215"
}
},
"playStoreUrl": "https://play.google.com/store/apps/details?id=abacus.fireflyiii.android.app",
"package": "abacus.fireflyiii.android.app",
"versionCode": 11
"versionCode": 13
},
"web": {
"bundler": "metro"
},
"scheme": "abacusiosapp",
"scheme": "abacusfiiiapp",
"githubUrl": "https://github.com/victorbalssa/abacus",
"runtimeVersion": {
"policy": "sdkVersion"
Expand Down
Loading

0 comments on commit 85713e5

Please sign in to comment.