Skip to content

Commit 477916b

Browse files
committed
updated icons to match 1.3.41 of the icons library
1 parent 64e528a commit 477916b

File tree

17 files changed

+5552
-10981
lines changed

17 files changed

+5552
-10981
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A library containing over 1000 material vector icons that can be easily used as
1010

1111
- MinSdk 4
1212
- LIVE previews and code completion in the Android Studio Designer (Does NOT work out of the box, see step 0 below!)
13-
- Currently contains 1265 icons, you can look at them here: https://materialdesignicons.com
13+
- Currently contains 1341 icons, you can look at them here: https://materialdesignicons.com
1414
- Configured in less than a minute
1515
- Adds about 200kb to your apk (so a wopping average of __170 bytes per icon__)
1616

@@ -30,7 +30,7 @@ You don't have to worry about android including the file twice in your apk. Andr
3030

3131
```groovy
3232
dependencies {
33-
compile 'net.steamcrafted:materialiconlib:1.0.5'
33+
compile 'net.steamcrafted:materialiconlib:1.0.6'
3434
}
3535
```
3636

app/app.iml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,37 +65,28 @@
6565
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
6666
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
6767
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
68-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
6968
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
70-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/coverage-instrumented-classes" />
7169
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" />
7270
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex" />
73-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex-cache" />
7471
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/jars" />
7572
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars" />
76-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/net.steamcrafted/materialiconlib/1.0.5/jars" />
7773
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
78-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jacoco" />
79-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javaResources" />
80-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/libs" />
8174
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint" />
8275
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
83-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/ndk" />
8476
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
85-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/proguard" />
8677
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
78+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/resources" />
8779
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
8880
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
81+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/tmp" />
8982
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
90-
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
91-
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
9283
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
9384
</content>
9485
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
9586
<orderEntry type="sourceFolder" forTests="false" />
96-
<orderEntry type="library" exported="" name="materialiconlib-1.0.5" level="project" />
9787
<orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" />
9888
<orderEntry type="library" exported="" name="support-v4-22.2.0" level="project" />
9989
<orderEntry type="library" exported="" name="appcompat-v7-22.2.0" level="project" />
90+
<orderEntry type="module" module-name="materialiconlib" exported="" />
10091
</component>
10192
</module>

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ android {
2424
dependencies {
2525
compile fileTree(dir: 'libs', include: ['*.jar'])
2626
compile 'com.android.support:appcompat-v7:22.2.0'
27-
compile 'net.steamcrafted:materialiconlib:1.0.5'
27+
compile project(':materialiconlib')
2828
}

0 commit comments

Comments
 (0)