Skip to content

Commit 1992d16

Browse files
authored
Merge branch 'develop' into dependabot/gradle/androidx.datastore-datastore-preferences-1.1.7
2 parents b7b84d3 + 1781209 commit 1992d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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"
1515
datastorePreferences = "1.1.7"

0 commit comments

Comments
 (0)