Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit cb89e78

Browse files
committed
move project to avoid common.framework name
1 parent 80f2157 commit cb89e78

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation project(':common')
26+
implementation project(':SharedCode')
2727

2828
implementation fileTree(dir: 'libs', include: ['*.jar'])
2929
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include ':app'
2-
include ':common'
2+
include ':SharedCode'

0 commit comments

Comments
 (0)