Skip to content

Commit acf9310

Browse files
Fixed jitpack build error.
1 parent a957998 commit acf9310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FPlib/FPlib.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@
9797
<orderEntry type="library" exported="" name="appcompat-v7-23.0.1" level="project" />
9898
<orderEntry type="library" exported="" name="design-22.2.0" level="project" />
9999
<orderEntry type="library" exported="" name="support-annotations-23.0.1" level="project" />
100-
<orderEntry type="library" exported="" name="MaterialLibrary-623799394d" level="project" />
100+
<orderEntry type="library" exported="" name="MaterialLibrary-1.0.4" level="project" />
101101
</component>
102102
</module>

FPlib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
dependencies {
4141
compile fileTree(include: ['*.jar'], dir: 'libs')
4242
// compile project(':materialfabmenu')
43-
compile 'com.github.DeveloperPaul123:MaterialLibrary:623799394d'
43+
compile 'com.github.DeveloperPaul123:MaterialLibrary:1.0.4'
4444
compile 'com.android.support:appcompat-v7:23.0.1'
4545
compile 'com.android.support:cardview-v7:23.0.1'
4646
compile('com.afollestad.material-dialogs:core:0.8.1.0@aar') {

0 commit comments

Comments
 (0)