Skip to content

Commit e690ae3

Browse files
committed
Merge branch 'master' into develop
# Conflicts: # gradle/libs.versions.toml
2 parents e687462 + ac52885 commit e690ae3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew build
3636

3737
- name: Upload a Build Artifact
38-
uses: actions/upload-artifact@v3.1.3
38+
uses: actions/upload-artifact@v3.2.1
3939
with:
4040
# Artifact name
4141
name: Notify.apk

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ roomVersion = "2.6.1"
2626
runtimeLivedata = "1.5.3"
2727
bom = "2024.05.00"
2828
kotlinBom = "1.9.20"
29-
material3windowsize = "1.2.1"
29+
material3windowsize = "1.3.1"
3030
android-application = "8.1.4"
31-
kotlin-android = "2.0.0"
31+
kotlin-android = "2.0.21"
3232
dagger-hilt-android = "2.48.1"
33-
devtools-ksp = "2.0.0-1.0.24"
33+
devtools-ksp = "2.1.0-1.0.29"
3434
zoomable = "0.6.2"
3535
zoomableImageCoil = "0.6.2"
3636
ktlint = "11.6.1"

0 commit comments

Comments
 (0)