Skip to content

Commit

Permalink
Merge branch 'master' into amechler-bubble-error
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/lib/API.js
  • Loading branch information
Alexander committed Oct 8, 2020
2 parents f6d86a3 + 0abb48a commit 5d57a86
Show file tree
Hide file tree
Showing 47 changed files with 919 additions and 857 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Install gems
run: bundle install

- uses: webfactory/ssh-agent@v0.4.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Install node packages
run: npm install

Expand Down Expand Up @@ -70,7 +74,7 @@ jobs:
channel: '#qa',
attachments: [{
color: "#39AA56",
text: `${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`,
text: `*Expensify Chat :expensifychat:* ${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`,
}]
}
env:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
node-version: '14.x'

- uses: webfactory/ssh-agent@v0.4.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Install node packages
run: npm install

Expand Down Expand Up @@ -69,7 +73,7 @@ jobs:
channel: '#qa',
attachments: [{
color: "#39AA56",
text: `${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`,
text: `*Expensify Chat :expensifychat:* ${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`,
}]
}
env:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Install gems
run: bundle install

- uses: webfactory/ssh-agent@v0.4.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Install node packages
run: npm install

Expand Down Expand Up @@ -75,7 +79,7 @@ jobs:
channel: '#qa',
attachments: [{
color: "#39AA56",
text: `${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`,
text: `*Expensify Chat :expensifychat:* ${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`,
}]
}
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
node-version: '14.x'

- uses: webfactory/ssh-agent@v0.4.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- run: npm install

- run: npm run lint
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
node-version: '14.x'

- uses: webfactory/ssh-agent@v0.4.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Install dependenices
run: npm install

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
aws-region: us-east-1

# Install node modules
- uses: webfactory/ssh-agent@v0.4.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Install dependenices
run: npm install

Expand Down Expand Up @@ -86,7 +90,7 @@ jobs:
channel: '#qa',
attachments: [{
color: "#39AA56",
text: `${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`,
text: `*Expensify Chat :expensifychat:* ${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`,
}]
}
env:
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.expensify.chat"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 97
versionName "1.0.1-96"
versionCode 111
versionName "1.0.1-110"
}
splits {
abi {
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android.useAndroidX=true
android.enableJetifier=true

# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.37.0
FLIPPER_VERSION=0.54.0

# Key Store Information
MYAPP_UPLOAD_STORE_FILE=my-upload-key.keystore
Expand Down
Binary file added assets/fonts/GTAmericaExpMono-Rg.otf
Binary file not shown.
Loading

0 comments on commit 5d57a86

Please sign in to comment.