Skip to content

Commit 484d460

Browse files
committed
Update support library to 23.0.1
1 parent ccaaeee commit 484d460

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/app.iml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" />
7272
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex" />
7373
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex-cache" />
74-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.0/jars" />
75-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.0/jars" />
76-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.0/jars" />
74+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars" />
75+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/jars" />
76+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars" />
7777
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.pnikosis/materialish-progress/1.5/jars" />
7878
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
7979
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jacoco" />
@@ -93,12 +93,12 @@
9393
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
9494
<orderEntry type="sourceFolder" forTests="false" />
9595
<orderEntry type="library" exported="" name="library-2.4.0" level="project" />
96-
<orderEntry type="library" exported="" name="appcompat-v7-23.0.0" level="project" />
97-
<orderEntry type="library" exported="" name="recyclerview-v7-23.0.0" level="project" />
96+
<orderEntry type="library" exported="" name="recyclerview-v7-23.0.1" level="project" />
9897
<orderEntry type="library" exported="" name="commons-lang3-3.4" level="project" />
99-
<orderEntry type="library" exported="" name="support-v4-23.0.0" level="project" />
10098
<orderEntry type="library" exported="" name="materialish-progress-1.5" level="project" />
101-
<orderEntry type="library" exported="" name="support-annotations-23.0.0" level="project" />
99+
<orderEntry type="library" exported="" name="support-v4-23.0.1" level="project" />
100+
<orderEntry type="library" exported="" name="appcompat-v7-23.0.1" level="project" />
101+
<orderEntry type="library" exported="" name="support-annotations-23.0.1" level="project" />
102102
<orderEntry type="module" module-name="lib" exported="" />
103103
</component>
104104
</module>

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ android {
2121

2222
dependencies {
2323
compile fileTree(include: ['*.jar'], dir: 'libs')
24-
compile 'com.android.support:recyclerview-v7:23.0.0'
24+
compile 'com.android.support:recyclerview-v7:23.0.1'
2525
compile 'org.apache.commons:commons-lang3:3.4'
2626
compile project(':lib')
2727
compile 'com.pnikosis:materialish-progress:1.5'
28-
compile 'com.android.support:appcompat-v7:23.0.0'
28+
compile 'com.android.support:appcompat-v7:23.0.1'
2929
}

0 commit comments

Comments
 (0)