Skip to content

Commit 807d70e

Browse files
restored original version of the RecyclerView library, since the new one has issues (see here: #2 ) .
1 parent 3f37176 commit 807d70e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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/22.2.0/jars" />
75-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/22.2.0/jars" />
76-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars" />
74+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/21.0.3/jars" />
75+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/21.0.3/jars" />
76+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.3/jars" />
7777
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
7878
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jacoco" />
7979
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javaResources" />
@@ -91,9 +91,9 @@
9191
</content>
9292
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
9393
<orderEntry type="sourceFolder" forTests="false" />
94-
<orderEntry type="library" exported="" name="recyclerview-v7-22.2.0" level="project" />
95-
<orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" />
96-
<orderEntry type="library" exported="" name="support-v4-22.2.0" level="project" />
97-
<orderEntry type="library" exported="" name="appcompat-v7-22.2.0" level="project" />
94+
<orderEntry type="library" exported="" name="appcompat-v7-21.0.3" level="project" />
95+
<orderEntry type="library" exported="" name="recyclerview-v7-21.0.3" level="project" />
96+
<orderEntry type="library" exported="" name="support-v4-21.0.3" level="project" />
97+
<orderEntry type="library" exported="" name="support-annotations-21.0.3" level="project" />
9898
</component>
9999
</module>

app/build.gradle

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

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
compile 'com.android.support:recyclerview-v7:22.2.0'
25-
compile 'com.android.support:appcompat-v7:22.2.0'
24+
compile 'com.android.support:recyclerview-v7:21.0.3'
25+
compile 'com.android.support:appcompat-v7:21.0.3'
2626
}

0 commit comments

Comments
 (0)