Skip to content

Commit

Permalink
rename library module
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleduo committed Jun 11, 2021
1 parent 650bb54 commit 7f61c45
Show file tree
Hide file tree
Showing 42 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,5 @@ lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/

**/.DS_Store
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

implementation project(':library')
implementation project(':core')
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed library/src/main/java/com/kyleduo/.DS_Store
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ':app'
include ':library'
include ':core'

rootProject.name = 'Aladdin'

0 comments on commit 7f61c45

Please sign in to comment.