File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
- name : generate ksProp file
35
35
run : ./gradlew generateKsPropFile
36
36
- name : generate google-services.json file
37
- run : ./gradlew generateGoogleServicesJson
38
37
env :
39
38
GOOGLE_SERVICES_JSON : ${{ secrets.GOOGLE_SERVICES_JSON }}
39
+ run : ./gradlew generateGoogleServicesJson
40
40
- name : setup fastlane
41
41
run : bundle install
42
42
- name : run unit tests
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ appcompat = "1.7.0"
9
9
coreKtx = " 1.16.0"
10
10
constraintlayout = " 2.2.1"
11
11
lifecycleRuntimeKtx = " 2.8.7"
12
- lifecycleViewmodelKtx = " 2.8.7 "
12
+ lifecycleViewmodelKtx = " 2.9.1 "
13
13
lifecycleExtensions = " 2.2.0"
14
14
activityCompose = " 1.10.1"
15
- datastorePreferences = " 1.1.4 "
15
+ datastorePreferences = " 1.1.7 "
16
16
17
17
# Compose
18
18
composeBom = " 2023.06.01"
@@ -40,7 +40,7 @@ testCore = "1.6.1"
40
40
testExtJunit = " 1.2.1"
41
41
testExtJunitKtx = " 1.2.1"
42
42
espressoCore = " 3.6.1"
43
- hamcrest = " 2.2 "
43
+ hamcrest = " 3.0 "
44
44
testRunner = " 1.6.2"
45
45
testRules = " 1.6.1"
46
46
truth = " 1.4.4"
You can’t perform that action at this time.
0 commit comments