Skip to content

Commit ac56617

Browse files
committed
Update project name to cert4android (was "root" in "Latest projects" in Android Studio)
1 parent 51c2a32 commit ac56617

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

sample-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ dependencies {
5454
debugImplementation(libs.compose.ui.toolingPreview)
5555
implementation(libs.compose.runtime.livedata)
5656

57-
implementation(project(":cert4android"))
57+
implementation(project(":lib"))
5858
}

settings.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencyResolutionManagement {
1212
mavenCentral()
1313
}
1414
}
15-
rootProject.name = "root"
15+
rootProject.name = "cert4android"
1616
include ':sample-app'
17-
include ':lib'
18-
project(':lib').name = 'cert4android'
17+
include ':lib'

0 commit comments

Comments
 (0)