Skip to content

Commit

Permalink
Merge pull request #23 from OutSystems/development
Browse files Browse the repository at this point in the history
Merge `development` into `main`
  • Loading branch information
OS-ricardomoreirasilva authored Mar 28, 2024
2 parents 0dc9518 + e21bb03 commit cf6afbd
Show file tree
Hide file tree
Showing 13 changed files with 197 additions and 282 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
Expand All @@ -32,7 +32,7 @@ jobs:
run: bundle exec fastlane coverage

- name: Setup sonarqube
uses: warchant/setup-sonar-scanner@v7
uses: warchant/setup-sonar-scanner@v8

- name: Send to Sonarcloud
run: bundle exec fastlane sonarqube
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ lint/tmp/
# lint/reports/

.DS_Store
Gemfile.lock
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

### 26-03-2024
- Add zoom options (https://outsystemsrd.atlassian.net/browse/RMET-2987).

### 22-02-2024
- Update `github_actions.yml` file steps versions (https://outsystemsrd.atlassian.net/browse/RMET-2568).

## [1.0.0]

### 09-01-2024
Expand Down
218 changes: 0 additions & 218 deletions Gemfile.lock

This file was deleted.

File renamed without changes.
Binary file removed docs/assets/createRepositoryButton.png
Binary file not shown.
Binary file removed docs/assets/repositoryNameExample.png
Binary file not shown.
Binary file removed docs/assets/useThisTemplateButton.png
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.outsystems</groupId>
<artifactId>osbarcode-android</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</project>
Loading

0 comments on commit cf6afbd

Please sign in to comment.