Skip to content

Commit e2850c7

Browse files
authored
Merge branch 'develop' into dependabot/gradle/org.sonarqube-6.2.0.5505
2 parents 7af0174 + af3d276 commit e2850c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: generate ksProp file
3535
run: ./gradlew generateKsPropFile
3636
- name: generate google-services.json file
37-
run: ./gradlew generateGoogleServicesJson
3837
env:
3938
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
39+
run: ./gradlew generateGoogleServicesJson
4040
- name: setup fastlane
4141
run: bundle install
4242
- name: run unit tests

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ appcompat = "1.7.0"
99
coreKtx = "1.16.0"
1010
constraintlayout = "2.2.1"
1111
lifecycleRuntimeKtx = "2.8.7"
12-
lifecycleViewmodelKtx = "2.8.7"
12+
lifecycleViewmodelKtx = "2.9.1"
1313
lifecycleExtensions = "2.2.0"
1414
activityCompose = "1.10.1"
15-
datastorePreferences = "1.1.4"
15+
datastorePreferences = "1.1.7"
1616

1717
# Compose
1818
composeBom = "2023.06.01"
@@ -40,7 +40,7 @@ testCore = "1.6.1"
4040
testExtJunit = "1.2.1"
4141
testExtJunitKtx = "1.2.1"
4242
espressoCore = "3.6.1"
43-
hamcrest = "2.2"
43+
hamcrest = "3.0"
4444
testRunner = "1.6.2"
4545
testRules = "1.6.1"
4646
truth = "1.4.4"

0 commit comments

Comments
 (0)