File tree 5 files changed +24
-4
lines changed
5 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 138
138
<orderEntry type =" library" exported =" " name =" Gradle: ch.acra:acra:4.6.0@jar" level =" project" />
139
139
<orderEntry type =" library" exported =" " name =" Gradle: com.android.support:support-v4:24.0.0@aar" level =" project" />
140
140
<orderEntry type =" library" exported =" " name =" Gradle: pl.droidsonroids.gif:android-gif-drawable:1.0.12@aar" level =" project" />
141
+ <orderEntry type =" library" exported =" " name =" Gradle: com.commit451:PhotoView:1.2.5@aar" level =" project" />
141
142
<orderEntry type =" library" exported =" " name =" Gradle: com.android.support:support-annotations:24.0.0@jar" level =" project" />
142
143
<orderEntry type =" library" exported =" " name =" Gradle: com.android.support:animated-vector-drawable:24.0.0@aar" level =" project" />
144
+ <orderEntry type =" library" exported =" " name =" Gradle: com.reginald.swiperefresh:library:1.1.2@aar" level =" project" />
143
145
<orderEntry type =" library" exported =" " name =" Gradle: org.apmem.tools:layouts:1.8@aar" level =" project" />
144
146
<orderEntry type =" library" exported =" " name =" Gradle: com.android.support:multidex:1.0.3@aar" level =" project" />
145
147
<orderEntry type =" library" exported =" " name =" Gradle: com.nostra13.universalimageloader:universal-image-loader:1.9.5@jar" level =" project" />
Original file line number Diff line number Diff line change @@ -143,12 +143,12 @@ dependencies {
143
143
// noinspection GradleDependency,GradleCompatible
144
144
compile ' com.android.support:appcompat-v7:24.0.0'
145
145
// noinspection GradleDependency
146
- compile ' com.takisoft.fix:preference-v7:24.0.0.1 '
146
+ compile ' com.takisoft.fix:preference-v7:24.0.0'
147
147
compile ' com.readystatesoftware.systembartint:systembartint:1.0.3'
148
148
compile project(' :modules:actionbar' )
149
149
compile project(' :modules:popupmenu' )
150
150
compile ' com.reginald.swiperefresh:library:1.1.2'
151
- compile ' com.seppius.plurals:android-i18n-plurals:1.0'
151
+ compile ' com.seppius.plurals:android-i18n-plurals:1.0.1 '
152
152
// Android 2.x plurals patch
153
153
compile ' com.nostra13.universalimageloader:universal-image-loader:1.9.5'
154
154
compile ' ch.acra:acra:4.6.0'
Original file line number Diff line number Diff line change @@ -19,10 +19,16 @@ allprojects {
19
19
repositories {
20
20
jcenter()
21
21
mavenCentral()
22
- maven { url " https://mvnrepository.com/artifact" }
23
22
maven { url " https://jitpack.io" }
24
23
maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
25
- maven { url ' https://repo.spring.io/plugins-release/ ' }
24
+ maven { url " https://maven.aliyun.com/repository/jcenter " }
26
25
google()
26
+ maven {
27
+ url " https://maven.vriska.ru/"
28
+ credentials {
29
+ username " gradle"
30
+ password " gradle"
31
+ }
32
+ }
27
33
}
28
34
}
Original file line number Diff line number Diff line change 7
7
<option name =" BUILDABLE" value =" false" />
8
8
</configuration >
9
9
</facet >
10
+ <facet type =" android-gradle" name =" Android-Gradle" >
11
+ <configuration >
12
+ <option name =" GRADLE_PROJECT_PATH" value =" :modules" />
13
+ </configuration >
14
+ </facet >
10
15
</component >
11
16
<component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_7" inherit-compiler-output =" true" >
12
17
<exclude-output />
13
18
<content url =" file://$MODULE_DIR$" >
14
19
<excludeFolder url =" file://$MODULE_DIR$/.gradle" />
20
+ <excludeFolder url =" file://$MODULE_DIR$/build" />
15
21
</content >
16
22
<orderEntry type =" inheritedJdk" />
17
23
<orderEntry type =" sourceFolder" forTests =" false" />
Original file line number Diff line number Diff line change 7
7
<option name =" BUILDABLE" value =" false" />
8
8
</configuration >
9
9
</facet >
10
+ <facet type =" android-gradle" name =" Android-Gradle" >
11
+ <configuration >
12
+ <option name =" GRADLE_PROJECT_PATH" value =" :modules:slidingmenu" />
13
+ </configuration >
14
+ </facet >
10
15
</component >
11
16
<component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_7" inherit-compiler-output =" true" >
12
17
<exclude-output />
13
18
<content url =" file://$MODULE_DIR$" >
14
19
<excludeFolder url =" file://$MODULE_DIR$/.gradle" />
20
+ <excludeFolder url =" file://$MODULE_DIR$/build" />
15
21
</content >
16
22
<orderEntry type =" inheritedJdk" />
17
23
<orderEntry type =" sourceFolder" forTests =" false" />
You can’t perform that action at this time.
0 commit comments