Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ea6adc3

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------- | ------ | ------ | | github-tags | actions/checkout | v3 | v4 | | github-tags | actions/setup-java | v3 | v4 | | github-tags | actions/upload-artifact | v3 | v4 | | gradle-version | gradle | 7.6 | 8.14 | | github-tags | gradle/wrapper-validation-action | v1 | v3 | | maven | io.github.hoc081098:FlowExt | 0.5.0 | 1.0.0 | | maven | org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin | 3.13.0 | 5.0.2 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 1.8.0 | 2.1.21 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.8.0 | 2.1.21 | | maven | org.jetbrains.kotlin:kotlin-stdlib-jdk8 | 1.8.0 | 2.1.21 | | maven | com.android.library:com.android.library.gradle.plugin | 7.4.1 | 8.10.0 | | maven | com.android.application:com.android.application.gradle.plugin | 7.4.1 | 8.10.0 |
1 parent 751d7ac commit ea6adc3

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

‎.github/workflows/build.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Set up JDK
19-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'zulu'
2222
java-version: '11'
@@ -30,7 +30,7 @@ jobs:
3030
arguments: assembleDebug --warning-mode all --stacktrace
3131

3232
- name: Upload APK
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: app-debug
3636
path: app/build/outputs/apk/debug/app-debug.apk

‎.github/workflows/gradle-wrapper-validation.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: gradle/wrapper-validation-action@v1
9+
- uses: actions/checkout@v4
10+
- uses: gradle/wrapper-validation-action@v3

‎.github/workflows/ktlint.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Set up JDK
19-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'zulu'
2222
java-version: '11'

‎gradle/libs.versions.toml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
androidGradlePlugin = "7.4.1"
3-
kotlin = "1.8.0"
4-
jmailenKotlinter = "3.13.0"
2+
androidGradlePlugin = "8.10.0"
3+
kotlin = "2.1.21"
4+
jmailenKotlinter = "5.0.2"
55
kotlinxCoroutines = "1.6.4"
66
androidxAppCompat = "1.6.0"
77
androidxCore = "1.9.0"
88
androidMaterial = "1.8.0"
99
androidxConstraintLayout = "2.1.4"
1010
androidxFragment = "1.5.5"
11-
hoc081098FlowExt = "0.5.0"
11+
hoc081098FlowExt = "1.0.0"
1212
androidxLifecycle = "2.5.1"
1313

1414
[libraries]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /