Skip to content

Commit 89ad881

Browse files
committed
chore: reorganize and split analytics and biometrics into modules
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent c514886 commit 89ad881

File tree

461 files changed

+559
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

461 files changed

+559
-230
lines changed
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ dependencies {
125125
implementation(project(":services:code"))
126126

127127
// ui components
128+
implementation(project(":ui:analytics"))
129+
implementation(project(":ui:biometrics"))
128130
implementation(project(":ui:components"))
129131
implementation(project(":ui:navigation"))
130132
implementation(project(":ui:resources"))
@@ -147,7 +149,7 @@ dependencies {
147149

148150
//hilt dependency injection
149151
implementation(Libs.hilt)
150-
implementation("androidx.webkit:webkit:1.12.1")
152+
implementation("androidx.webkit:webkit:1.13.0")
151153
kapt(Libs.hilt_android_compiler)
152154
kapt(Libs.hilt_compiler)
153155
androidTestImplementation(Libs.hilt)
@@ -156,7 +158,7 @@ dependencies {
156158
testImplementation(Libs.hilt_android_test)
157159
kaptTest(Libs.hilt_android_compiler)
158160

159-
androidTestImplementation("io.mockk:mockk:1.13.12")
161+
androidTestImplementation("io.mockk:mockk:1.13.16")
160162

161163
//Jetpack compose
162164
implementation(platform(Libs.compose_bom))
@@ -172,8 +174,6 @@ dependencies {
172174
implementation(Libs.compose_paging)
173175
implementation(Libs.compose_webview)
174176

175-
implementation(Libs.androidx_biometrics)
176-
177177
implementation(Libs.androidx_activity)
178178

179179
// cameraX
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

app/src/debug/res/values/ic_launcher_background.xml renamed to apps/codeApp/src/debug/res/values/ic_launcher_background.xml

File renamed without changes.

0 commit comments

Comments
 (0)