Skip to content

Commit

Permalink
Rename 'remote_plugin' module to 'plugin'
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed Sep 18, 2018
1 parent 8f32882 commit c02309c
Show file tree
Hide file tree
Showing 32 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':remote_plugin')
implementation project(':plugin')

implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':remote_plugin'
include ':app', ':plugin'

0 comments on commit c02309c

Please sign in to comment.