File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 63
63
<sourceFolder url =" file://$MODULE_DIR$/src/androidTest/java" isTestSource =" true" />
64
64
<sourceFolder url =" file://$MODULE_DIR$/src/androidTest/jni" isTestSource =" true" />
65
65
<sourceFolder url =" file://$MODULE_DIR$/src/androidTest/rs" isTestSource =" true" />
66
- <excludeFolder url =" file://$MODULE_DIR$/build/docs" />
67
66
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/assets" />
68
67
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/bundles" />
69
68
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/classes" />
83
82
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/res" />
84
83
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/rs" />
85
84
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/symbols" />
86
- <excludeFolder url =" file://$MODULE_DIR$/build/libs" />
87
85
<excludeFolder url =" file://$MODULE_DIR$/build/outputs" />
88
- <excludeFolder url =" file://$MODULE_DIR$/build/poms" />
89
86
<excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
90
87
</content >
91
88
<orderEntry type =" jdk" jdkName =" Android API 22 Platform" jdkType =" Android SDK" />
92
89
<orderEntry type =" sourceFolder" forTests =" false" />
93
90
<orderEntry type =" library" exported =" " name =" support-v4-22.2.1" level =" project" />
94
91
<orderEntry type =" library" exported =" " name =" recyclerview-v7-22.2.1" level =" project" />
95
92
<orderEntry type =" library" exported =" " name =" support-annotations-22.2.1" level =" project" />
96
- <orderEntry type =" library" exported =" " name =" material-dialogs-0.7.7.0 " level =" project" />
93
+ <orderEntry type =" library" exported =" " name =" material-dialogs-0.7.8.1 " level =" project" />
97
94
<orderEntry type =" library" exported =" " name =" appcompat-v7-22.2.1" level =" project" />
98
95
</component >
99
96
</module >
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ apply plugin: 'com.android.library'
3
3
repositories {
4
4
mavenCentral()
5
5
jcenter()
6
+ maven { url ' https://dl.bintray.com/drummer-aidan/maven' }
6
7
}
7
8
8
9
android {
@@ -27,7 +28,7 @@ dependencies {
27
28
compile fileTree(include : [' *.jar' ], dir : ' libs' )
28
29
compile ' com.android.support:support-v4:22.2.1'
29
30
compile ' com.android.support:appcompat-v7:22.2.1'
30
- compile ' com.afollestad:material-dialogs:0.7.7.0 '
31
+ compile ' com.afollestad:material-dialogs:0.7.8.1 '
31
32
}
32
33
33
34
apply from : ' ../maven_push.gradle'
You can’t perform that action at this time.
0 commit comments