Skip to content

Commit a0f870b

Browse files
authored
Merge pull request #78 from rubensousa/update
Bump to 1.0.0
2 parents 94ce9e8 + c8ba720 commit a0f870b

File tree

7 files changed

+70
-39
lines changed

7 files changed

+70
-39
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
arch: [x86_64, x86]
72+
arch: [ x86_64, x86 ]
7373
target: [ google_apis, android-tv ]
74-
api-level: [34]
75-
profile: [pixel_6, tv_1080p]
74+
api-level: [ 34 ]
75+
profile: [ pixel_6, tv_1080p ]
7676
exclude:
7777
- target: google_apis
7878
profile: tv_1080p
@@ -148,7 +148,7 @@ jobs:
148148
adb shell settings put global verifier_verify_adb_installs 0
149149
./gradlew --build-cache connectedDebugAndroidTest
150150
- name: Upload artifacts
151-
uses: actions/upload-artifact@v3
151+
uses: actions/upload-artifact@v4
152152
with:
153153
name: ${{ matrix.profile }}-${{ matrix.api-level }}--instrumentation-test-results
154154
path: |

.github/workflows/push.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -56,47 +56,47 @@ jobs:
5656
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
5757

5858
publish_docs:
59-
name: Deploy docs
60-
runs-on: ubuntu-latest
61-
steps:
62-
- uses: actions/checkout@v4
59+
name: Deploy docs
60+
runs-on: ubuntu-latest
61+
steps:
62+
- uses: actions/checkout@v4
6363

64-
- uses: actions/setup-python@v4
65-
with:
66-
python-version: 3.x
64+
- uses: actions/setup-python@v4
65+
with:
66+
python-version: 3.x
6767

68-
- uses: actions/setup-java@v4.2.0
69-
with:
70-
distribution: 'zulu'
71-
java-version: '17'
72-
check-latest: false
73-
cache: "gradle"
68+
- uses: actions/setup-java@v4.2.0
69+
with:
70+
distribution: 'zulu'
71+
java-version: '17'
72+
check-latest: false
73+
cache: "gradle"
7474

75-
- name: Setup Gradle
76-
uses: gradle/actions/setup-gradle@v4
75+
- name: Setup Gradle
76+
uses: gradle/actions/setup-gradle@v4
7777

78-
- name: Build docs
79-
run: |
80-
./gradlew dokkaHtmlMultiModule
81-
mv ./build/dokka/htmlMultiModule docs/api
78+
- name: Build docs
79+
run: |
80+
./gradlew dokkaHtmlMultiModule
81+
mv ./build/dokka/htmlMultiModule docs/api
8282
83-
- name: Install dependencies
84-
run: |
85-
pip install mkdocs-material mkdocs-material-extensions mkdocs-markdownextradata-plugin mkdocs-open-in-new-tab
83+
- name: Install dependencies
84+
run: |
85+
pip install mkdocs-material mkdocs-material-extensions mkdocs-markdownextradata-plugin mkdocs-open-in-new-tab
8686
87-
- name: Deploy docs
88-
run: mkdocs gh-deploy --force
87+
- name: Deploy docs
88+
run: mkdocs gh-deploy --force
8989

9090
create_avds:
9191
runs-on: ubuntu-latest
9292
timeout-minutes: 20
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
arch: [x86_64, x86]
96+
arch: [ x86_64, x86 ]
9797
target: [ google_apis, android-tv ]
98-
api-level: [34]
99-
profile: [pixel_6, tv_1080p]
98+
api-level: [ 34 ]
99+
profile: [ pixel_6, tv_1080p ]
100100
exclude:
101101
- target: google_apis
102102
profile: tv_1080p
@@ -142,7 +142,7 @@ jobs:
142142
script: echo "Generated AVD snapshot."
143143

144144
- name: Upload artifacts
145-
uses: actions/upload-artifact@v3
145+
uses: actions/upload-artifact@v4
146146
with:
147147
name: ${{ matrix.api-level }}-${{ matrix.arch }}-instrumentation-test-results
148148
path: |

docs/changelog/android-allure.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@ Plugin id: `com.rubensousa.carioca.report.allure`
44

55
## Version 1.0.0
66

7+
### 1.0.0
8+
9+
2025-04-05
10+
11+
- No changes since `1.0.0-rc01`
12+
13+
### 1.0.0-rc01
14+
15+
2025-04-05
16+
17+
- No changes since `1.0.0-beta01`
18+
719
### 1.0.0-beta01
820

921
2024-11-11
1022

11-
No changes since `1.0.0-alpha05`
23+
- No changes since `1.0.0-alpha05`
1224

1325
### 1.0.0-alpha05
1426

docs/changelog/junit4-rules.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
## Version 1.0.0
44

5+
### 1.0.0
6+
7+
2025-04-05
8+
9+
- No changes since `1.0.0-rc01`
10+
511
### 1.0.0-rc01
612

713
2024-11-11
814

9-
No changes since `1.0.0-beta01`
15+
- No changes since `1.0.0-beta01`
1016

1117
### 1.0.0-beta01
1218

docs/changelog/reports.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ Libraries with the same version:
1111

1212
## Version 1.0.0
1313

14+
### 1.0.0
15+
16+
2025-04-05
17+
18+
- No changes since `1.0.0-rc01`
19+
20+
### 1.0.0-rc01
21+
22+
2025-04-05
23+
24+
- No changes since `1.0.0-beta01`
25+
1426
### 1.0.0-beta01
1527

1628
2024-11-11

docs/junit4-rules.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Total executions = `[1, 1 + times]`, depends on which execution the test actuall
1414
@RetryTest(times = 9)
1515
class SampleRetryTest {
1616

17-
// Make sure that this rule starts before any other rule
18-
@get:Rule(order = 0)
17+
// Make sure that this rule starts after all rules that shouldn't be repeated
18+
// E.g: compose test rule can only be applied once
19+
@get:Rule(order = 100)
1920
val retryRule = RetryTestRule()
2021

2122
@RetryTest(times = 2)

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ theme:
2424

2525
extra:
2626
report:
27-
version: '1.0.0-beta01'
27+
version: '1.0.0'
2828
junit4_rules:
29-
version: '1.0.0-rc01'
29+
version: '1.0.0'
3030
allure_plugin:
31-
version: '1.0.0-beta01'
31+
version: '1.0.0'
3232
hilt:
3333
version: '1.0.0'
3434
social:

0 commit comments

Comments
 (0)