Skip to content

Commit 8c8ad19

Browse files
committed
Upgrade dependencies
1 parent 877efef commit 8c8ad19

File tree

6 files changed

+52
-50
lines changed

6 files changed

+52
-50
lines changed

app-analytics/src/main/java/xyz/aprildown/timer/app/analytics/AppTrackerImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import android.content.Context
55
import com.microsoft.appcenter.AppCenter
66
import com.microsoft.appcenter.crashes.Crashes
77
import dagger.Reusable
8-
import xyz.aprildown.timer.analytics.BuildConfig
98
import xyz.aprildown.timer.domain.utils.AppTracker
109
import javax.inject.Inject
1110

app/dependencies/dogReleaseRuntimeClasspath.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
:data
1616
:domain
1717
:presentation
18-
androidx.activity:activity-ktx:1.5.1
19-
androidx.activity:activity:1.5.1
18+
androidx.activity:activity-ktx:1.6.0
19+
androidx.activity:activity:1.6.0
2020
androidx.annotation:annotation-experimental:1.3.0
2121
androidx.annotation:annotation:1.3.0
22-
androidx.appcompat:appcompat-resources:1.5.1
23-
androidx.appcompat:appcompat:1.5.1
22+
androidx.appcompat:appcompat-resources:1.6.1
23+
androidx.appcompat:appcompat:1.6.1
2424
androidx.arch.core:core-common:2.1.0
2525
androidx.arch.core:core-runtime:2.1.0
26-
androidx.browser:browser:1.4.0
26+
androidx.browser:browser:1.5.0
2727
androidx.cardview:cardview:1.0.0
2828
androidx.collection:collection-ktx:1.2.0
2929
androidx.collection:collection:1.2.0
@@ -34,15 +34,16 @@ androidx.coordinatorlayout:coordinatorlayout:1.1.0
3434
androidx.core:core-ktx:1.9.0
3535
androidx.core:core:1.9.0
3636
androidx.cursoradapter:cursoradapter:1.0.0
37+
androidx.customview:customview-poolingcontainer:1.0.0
3738
androidx.customview:customview:1.1.0
3839
androidx.databinding:viewbinding:7.3.1
3940
androidx.documentfile:documentfile:1.0.0
4041
androidx.drawerlayout:drawerlayout:1.1.1
4142
androidx.dynamicanimation:dynamicanimation:1.0.0
4243
androidx.emoji2:emoji2-views-helper:1.2.0
4344
androidx.emoji2:emoji2:1.2.0
44-
androidx.fragment:fragment-ktx:1.5.5
45-
androidx.fragment:fragment:1.5.5
45+
androidx.fragment:fragment-ktx:1.5.6
46+
androidx.fragment:fragment:1.5.6
4647
androidx.hilt:hilt-common:1.0.0
4748
androidx.hilt:hilt-work:1.0.0
4849
androidx.interpolator:interpolator:1.0.0
@@ -72,7 +73,7 @@ androidx.navigation:navigation-ui-ktx:2.5.3
7273
androidx.navigation:navigation-ui:2.5.3
7374
androidx.preference:preference:1.2.0
7475
androidx.print:print:1.0.0
75-
androidx.recyclerview:recyclerview:1.2.1
76+
androidx.recyclerview:recyclerview:1.3.0
7677
androidx.resourceinspection:resourceinspection-annotation:1.0.1
7778
androidx.room:room-common:2.4.3
7879
androidx.room:room-ktx:2.4.3
@@ -108,10 +109,10 @@ com.github.zawadz88.materialpopupmenu:material-popup-menu:4.1.0
108109
com.google.android.flexbox:flexbox:3.0.0
109110
com.google.android.material:material:1.4.0
110111
com.google.code.findbugs:jsr305:3.0.2
111-
com.google.dagger:dagger-lint-aar:2.44.2
112-
com.google.dagger:dagger:2.44.2
113-
com.google.dagger:hilt-android:2.44.2
114-
com.google.dagger:hilt-core:2.44.2
112+
com.google.dagger:dagger-lint-aar:2.45
113+
com.google.dagger:dagger:2.45
114+
com.google.dagger:hilt-android:2.45
115+
com.google.dagger:hilt-core:2.45
115116
com.google.guava:listenablefuture:1.0
116117
com.jakewharton.timber:timber:5.0.1
117118
com.joaomgcd:taskerpluginlibrary:0.4.7

app/dependencies/googleReleaseRuntimeClasspath.txt

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
:domain
1717
:flavor-google
1818
:presentation
19-
androidx.activity:activity-ktx:1.5.1
20-
androidx.activity:activity:1.5.1
19+
androidx.activity:activity-ktx:1.6.0
20+
androidx.activity:activity:1.6.0
2121
androidx.annotation:annotation-experimental:1.3.0
2222
androidx.annotation:annotation:1.3.0
23-
androidx.appcompat:appcompat-resources:1.5.1
24-
androidx.appcompat:appcompat:1.5.1
23+
androidx.appcompat:appcompat-resources:1.6.1
24+
androidx.appcompat:appcompat:1.6.1
2525
androidx.arch.core:core-common:2.1.0
2626
androidx.arch.core:core-runtime:2.1.0
2727
androidx.asynclayoutinflater:asynclayoutinflater:1.0.0
28-
androidx.browser:browser:1.4.0
28+
androidx.browser:browser:1.5.0
2929
androidx.cardview:cardview:1.0.0
3030
androidx.collection:collection-ktx:1.2.0
3131
androidx.collection:collection:1.2.0
@@ -36,15 +36,16 @@ androidx.coordinatorlayout:coordinatorlayout:1.1.0
3636
androidx.core:core-ktx:1.9.0
3737
androidx.core:core:1.9.0
3838
androidx.cursoradapter:cursoradapter:1.0.0
39+
androidx.customview:customview-poolingcontainer:1.0.0
3940
androidx.customview:customview:1.1.0
4041
androidx.databinding:viewbinding:7.3.1
4142
androidx.documentfile:documentfile:1.0.0
4243
androidx.drawerlayout:drawerlayout:1.1.1
4344
androidx.dynamicanimation:dynamicanimation:1.0.0
4445
androidx.emoji2:emoji2-views-helper:1.2.0
4546
androidx.emoji2:emoji2:1.2.0
46-
androidx.fragment:fragment-ktx:1.5.5
47-
androidx.fragment:fragment:1.5.5
47+
androidx.fragment:fragment-ktx:1.5.6
48+
androidx.fragment:fragment:1.5.6
4849
androidx.hilt:hilt-common:1.0.0
4950
androidx.hilt:hilt-navigation-fragment:1.0.0
5051
androidx.hilt:hilt-navigation:1.0.0
@@ -79,7 +80,7 @@ androidx.navigation:navigation-ui-ktx:2.5.3
7980
androidx.navigation:navigation-ui:2.5.3
8081
androidx.preference:preference:1.2.0
8182
androidx.print:print:1.0.0
82-
androidx.recyclerview:recyclerview:1.2.1
83+
androidx.recyclerview:recyclerview:1.3.0
8384
androidx.resourceinspection:resourceinspection-annotation:1.0.1
8485
androidx.room:room-common:2.4.3
8586
androidx.room:room-ktx:2.4.3
@@ -126,10 +127,10 @@ com.google.android.gms:play-services-safetynet:17.0.0
126127
com.google.android.gms:play-services-tasks:18.0.1
127128
com.google.android.material:material:1.4.0
128129
com.google.code.findbugs:jsr305:3.0.2
129-
com.google.dagger:dagger-lint-aar:2.44.2
130-
com.google.dagger:dagger:2.44.2
131-
com.google.dagger:hilt-android:2.44.2
132-
com.google.dagger:hilt-core:2.44.2
130+
com.google.dagger:dagger-lint-aar:2.45
131+
com.google.dagger:dagger:2.45
132+
com.google.dagger:hilt-android:2.45
133+
com.google.dagger:hilt-core:2.45
133134
com.google.errorprone:error_prone_annotations:2.9.0
134135
com.google.firebase:firebase-annotations:16.1.0
135136
com.google.firebase:firebase-appcheck-interop:16.1.0
@@ -145,8 +146,8 @@ com.google.firebase:firebase-storage:20.1.0
145146
com.google.guava:listenablefuture:1.0
146147
com.jakewharton.timber:timber:5.0.1
147148
com.joaomgcd:taskerpluginlibrary:0.4.7
148-
com.microsoft.appcenter:appcenter-crashes:5.0.0
149-
com.microsoft.appcenter:appcenter:5.0.0
149+
com.microsoft.appcenter:appcenter-crashes:5.0.1
150+
com.microsoft.appcenter:appcenter:5.0.1
150151
com.mikepenz:fastadapter-extensions-binding:5.7.0
151152
com.mikepenz:fastadapter-extensions-expandable:5.7.0
152153
com.mikepenz:fastadapter:5.7.0
@@ -158,7 +159,7 @@ com.squareup.okio:okio-jvm:3.2.0
158159
com.squareup.okio:okio:3.2.0
159160
javax.inject:javax.inject:1
160161
me.zhanghai.android.materialprogressbar:library:1.4.2
161-
net.lingala.zip4j:zip4j:2.11.2
162+
net.lingala.zip4j:zip4j:2.11.5
162163
nl.dionsegijn:konfetti:1.3.2
163164
org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.7.20
164165
org.jetbrains.kotlin:kotlin-parcelize-runtime:1.7.20

app/dependencies/otherReleaseRuntimeClasspath.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
:data
1616
:domain
1717
:presentation
18-
androidx.activity:activity-ktx:1.5.1
19-
androidx.activity:activity:1.5.1
18+
androidx.activity:activity-ktx:1.6.0
19+
androidx.activity:activity:1.6.0
2020
androidx.annotation:annotation-experimental:1.3.0
2121
androidx.annotation:annotation:1.3.0
22-
androidx.appcompat:appcompat-resources:1.5.1
23-
androidx.appcompat:appcompat:1.5.1
22+
androidx.appcompat:appcompat-resources:1.6.1
23+
androidx.appcompat:appcompat:1.6.1
2424
androidx.arch.core:core-common:2.1.0
2525
androidx.arch.core:core-runtime:2.1.0
26-
androidx.browser:browser:1.4.0
26+
androidx.browser:browser:1.5.0
2727
androidx.cardview:cardview:1.0.0
2828
androidx.collection:collection-ktx:1.2.0
2929
androidx.collection:collection:1.2.0
@@ -34,15 +34,16 @@ androidx.coordinatorlayout:coordinatorlayout:1.1.0
3434
androidx.core:core-ktx:1.9.0
3535
androidx.core:core:1.9.0
3636
androidx.cursoradapter:cursoradapter:1.0.0
37+
androidx.customview:customview-poolingcontainer:1.0.0
3738
androidx.customview:customview:1.1.0
3839
androidx.databinding:viewbinding:7.3.1
3940
androidx.documentfile:documentfile:1.0.0
4041
androidx.drawerlayout:drawerlayout:1.1.1
4142
androidx.dynamicanimation:dynamicanimation:1.0.0
4243
androidx.emoji2:emoji2-views-helper:1.2.0
4344
androidx.emoji2:emoji2:1.2.0
44-
androidx.fragment:fragment-ktx:1.5.5
45-
androidx.fragment:fragment:1.5.5
45+
androidx.fragment:fragment-ktx:1.5.6
46+
androidx.fragment:fragment:1.5.6
4647
androidx.hilt:hilt-common:1.0.0
4748
androidx.hilt:hilt-work:1.0.0
4849
androidx.interpolator:interpolator:1.0.0
@@ -72,7 +73,7 @@ androidx.navigation:navigation-ui-ktx:2.5.3
7273
androidx.navigation:navigation-ui:2.5.3
7374
androidx.preference:preference:1.2.0
7475
androidx.print:print:1.0.0
75-
androidx.recyclerview:recyclerview:1.2.1
76+
androidx.recyclerview:recyclerview:1.3.0
7677
androidx.resourceinspection:resourceinspection-annotation:1.0.1
7778
androidx.room:room-common:2.4.3
7879
androidx.room:room-ktx:2.4.3
@@ -108,10 +109,10 @@ com.github.zawadz88.materialpopupmenu:material-popup-menu:4.1.0
108109
com.google.android.flexbox:flexbox:3.0.0
109110
com.google.android.material:material:1.4.0
110111
com.google.code.findbugs:jsr305:3.0.2
111-
com.google.dagger:dagger-lint-aar:2.44.2
112-
com.google.dagger:dagger:2.44.2
113-
com.google.dagger:hilt-android:2.44.2
114-
com.google.dagger:hilt-core:2.44.2
112+
com.google.dagger:dagger-lint-aar:2.45
113+
com.google.dagger:dagger:2.45
114+
com.google.dagger:hilt-android:2.45
115+
com.google.dagger:hilt-core:2.45
115116
com.google.guava:listenablefuture:1.0
116117
com.jakewharton.timber:timber:5.0.1
117118
com.joaomgcd:taskerpluginlibrary:0.4.7

dependencies.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ext {
33
versions = [
44
agp : '7.3.1',
55
kotlin : '1.7.20',
6-
versions : '0.44.0',
6+
versions : '0.46.0',
77
detekt : '1.22.0',
8-
hilt : '2.44.2',
8+
hilt : '2.45',
99
secrets : '2.0.1',
1010
gms : '4.3.14',
11-
guard : '0.3.2',
11+
guard : '0.4.3',
1212

1313
compile_sdk : 33,
1414
min_sdk : 23,
@@ -50,15 +50,15 @@ ext {
5050
androidx_arch_test : 'androidx.arch.core:core-testing:2.1.0',
5151

5252
// AndroidX
53-
androidx_appcompat : 'androidx.appcompat:appcompat:1.5.1',
54-
androidx_fragment : 'androidx.fragment:fragment-ktx:1.5.5',
55-
androidx_recyclerview : 'androidx.recyclerview:recyclerview:1.2.1',
53+
androidx_appcompat : 'androidx.appcompat:appcompat:1.6.1',
54+
androidx_fragment : 'androidx.fragment:fragment-ktx:1.5.6',
55+
androidx_recyclerview : 'androidx.recyclerview:recyclerview:1.3.0',
5656
androidx_preference : 'androidx.preference:preference:1.2.0',
5757
androidx_constraintlayout : 'androidx.constraintlayout:constraintlayout:2.1.4',
5858
androidx_lifecycle_runtime : 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1',
5959
androidx_lifecycle_livedata : 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1',
6060
androidx_lifecycle_viewmodel : 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1',
61-
androidx_custom_tabs : 'androidx.browser:browser:1.4.0',
61+
androidx_custom_tabs : 'androidx.browser:browser:1.5.0',
6262
androidx_dynamicanimation : 'androidx.dynamicanimation:dynamicanimation:1.0.0',
6363
androidx_media : 'androidx.media:media:1.6.0',
6464
// KTX
@@ -110,7 +110,7 @@ ext {
110110
play_services_auth : 'com.google.android.gms:play-services-auth:20.4.0',
111111

112112
// Internet - Other
113-
appcenter_crashes : 'com.microsoft.appcenter:appcenter-crashes:5.0.0',
113+
appcenter_crashes : 'com.microsoft.appcenter:appcenter-crashes:5.0.1',
114114

115115
// Other Utils
116116
android_job : 'com.github.DeweyReed:android-job:a04c817792',
@@ -139,7 +139,7 @@ ext {
139139
toggle_button_group : 'com.nex3z:toggle-button-group:1.2.3',
140140
ultimate_ringtone_picker : 'com.github.DeweyReed:UltimateRingtonePicker:3.2.0',
141141
vertical_stepper_form : 'com.ernestoyaquello.stepperform:vertical-stepper-form:2.5.0',
142-
zip4j : 'net.lingala.zip4j:zip4j:2.11.2',
142+
zip4j : 'net.lingala.zip4j:zip4j:2.11.5',
143143
tasker_plugin : 'com.joaomgcd:taskerpluginlibrary:0.4.7',
144144

145145
]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip

0 commit comments

Comments
 (0)