Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
renamed module
  • Loading branch information
Mukesh Solanki committed Dec 7, 2018
1 parent 954b69f commit f592619
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -20,5 +20,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation project(':photofilter')
implementation project(':library')
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':app', ':photofilter'
include ':app', ':library'

0 comments on commit f592619

Please sign in to comment.