Skip to content

Commit

Permalink
rename library module to "library" (lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Feb 13, 2019
1 parent 312c5ca commit e43a3bf
Show file tree
Hide file tree
Showing 51 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:28.0.0'
implementation project(':app')
implementation project(':library')
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.gsd.mpm.materialpopupmenu;

import android.graphics.drawable.Drawable;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;

public class ActionItem {

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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', ':example'
include ':library', ':example'

0 comments on commit e43a3bf

Please sign in to comment.