We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7b84d3 + 1781209 commit 1992d16Copy full SHA for 1992d16
.github/workflows/android.yml
@@ -34,9 +34,9 @@ jobs:
34
- name: generate ksProp file
35
run: ./gradlew generateKsPropFile
36
- name: generate google-services.json file
37
- run: ./gradlew generateGoogleServicesJson
38
env:
39
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
+ run: ./gradlew generateGoogleServicesJson
40
- name: setup fastlane
41
run: bundle install
42
- name: run unit tests
gradle/libs.versions.toml
@@ -9,7 +9,7 @@ appcompat = "1.7.0"
9
coreKtx = "1.16.0"
10
constraintlayout = "2.2.1"
11
lifecycleRuntimeKtx = "2.8.7"
12
-lifecycleViewmodelKtx = "2.8.7"
+lifecycleViewmodelKtx = "2.9.1"
13
lifecycleExtensions = "2.2.0"
14
activityCompose = "1.10.1"
15
datastorePreferences = "1.1.7"
0 commit comments