Skip to content

Commit

Permalink
changelogs/7.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshnsears committed Nov 17, 2024
1 parent 6c6ebfb commit 9d05d75
Show file tree
Hide file tree
Showing 96 changed files with 4,314 additions and 4,718 deletions.
7 changes: 1 addition & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ trim_trailing_whitespace = true
indent_size = 4

[*.{kt,kts}]
ij_kotlin_allow_trailing_comma = false
ij_kotlin_allow_trailing_comma_on_call_site = true

[kotlin]
ktlint_max_line_length = 250

max_line_length = 120

[*.{yml,yaml}]
indent_size = 2
6 changes: 3 additions & 3 deletions .github/workflows/androidTest-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: codecov - app.androidTest
if: matrix.api-level == 34
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./app/build/reports/jacoco/androidTest.xml
Expand All @@ -116,7 +116,7 @@ jobs:

- name: codecov - data.androidTest
if: matrix.api-level == 34
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./module/data/build/reports/jacoco/androidTest.xml
Expand All @@ -127,7 +127,7 @@ jobs:

- name: codecov - ui-data-dialog.androidTest
if: matrix.api-level == 34
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./module/ui-data-dialog/build/reports/jacoco/androidTest.xml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ls -al ./module/ui-dialog-bag/build/reports/jacoco/test.xml
- name: codecov - data.test
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./module/data/build/reports/jacoco/test.xml
Expand All @@ -68,7 +68,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: codecov - ui.test
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./module/ui/build/reports/jacoco/test.xml
Expand All @@ -78,7 +78,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: codecov - ui-dialog-bag.test
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./module/ui-dialog-bag/build/reports/jacoco/test.xml
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ misc/uml/chance.vpp.bak*
/app/google-services.json-production
/app-fdroid-release-signed.apk
/app-fdroid-release-signed.apk.idsig
/bin/protoc
3 changes: 0 additions & 3 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ android {
targetSdk = 35

// changelog | min sdk | max sdk
versionCode = 62435
versionCode = 72435

versionName = "1.2.3"
versionName = "1.3.0"

extra["versionName"] = versionName

Expand Down Expand Up @@ -69,7 +69,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.14"
kotlinCompilerExtensionVersion = "1.5.15"
}

packaging {
Expand Down
5 changes: 0 additions & 5 deletions app/detekt-baseline.xml

This file was deleted.

Loading

0 comments on commit 9d05d75

Please sign in to comment.