Skip to content

Commit

Permalink
Fixed jitpack build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Nov 24, 2015
1 parent a957998 commit acf9310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FPlib/FPlib.iml
Expand Up @@ -97,6 +97,6 @@
<orderEntry type="library" exported="" name="appcompat-v7-23.0.1" level="project" />
<orderEntry type="library" exported="" name="design-22.2.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.0.1" level="project" />
<orderEntry type="library" exported="" name="MaterialLibrary-623799394d" level="project" />
<orderEntry type="library" exported="" name="MaterialLibrary-1.0.4" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion FPlib/build.gradle
Expand Up @@ -40,7 +40,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
// compile project(':materialfabmenu')
compile 'com.github.DeveloperPaul123:MaterialLibrary:623799394d'
compile 'com.github.DeveloperPaul123:MaterialLibrary:1.0.4'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:cardview-v7:23.0.1'
compile('com.afollestad.material-dialogs:core:0.8.1.0@aar') {
Expand Down

0 comments on commit acf9310

Please sign in to comment.