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.
1 parent 51c2a32 commit ac56617Copy full SHA for ac56617
sample-app/build.gradle.kts
@@ -54,5 +54,5 @@ dependencies {
54
debugImplementation(libs.compose.ui.toolingPreview)
55
implementation(libs.compose.runtime.livedata)
56
57
- implementation(project(":cert4android"))
+ implementation(project(":lib"))
58
}
settings.gradle
@@ -12,7 +12,6 @@ dependencyResolutionManagement {
12
mavenCentral()
13
14
15
-rootProject.name = "root"
+rootProject.name = "cert4android"
16
include ':sample-app'
17
-include ':lib'
18
-project(':lib').name = 'cert4android'
+include ':lib'
0 commit comments