Skip to content

Commit 00a7df8

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------------------------- | ------ | ----- | | github-tags | actions/upload-artifact | v6 | v7 | | maven | com.android.library:com.android.library.gradle.plugin | 8.13.2 | 9.0.1 | | maven | com.android.application:com.android.application.gradle.plugin | 8.13.2 | 9.0.1 |
1 parent 8433863 commit 00a7df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: ./gradlew assembleDebug --warning-mode all --stacktrace
4545

4646
- name: Upload APK
47-
uses: actions/upload-artifact@v6
47+
uses: actions/upload-artifact@v7
4848
with:
4949
name: app-debug
5050
path: app/build/outputs/apk/debug/app-debug.apk

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
android-compile = "36"
3-
android-gradle = "8.13.2"
3+
android-gradle = "9.0.1"
44
android-min = "21"
55
android-target = "36"
66
androidx-appcompat = "1.7.1"

0 commit comments

Comments
 (0)