Skip to content

Commit 5ea4d1b

Browse files
committed
added icons from v1.457
1 parent 609dbed commit 5ea4d1b

File tree

15 files changed

+6014
-5330
lines changed

15 files changed

+6014
-5330
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 1341 icons, you can look at them here: https://materialdesignicons.com
13+
- Currently contains 1457 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.7'
33+
compile 'net.steamcrafted:materialiconlib:1.0.8'
3434
}
3535
```
3636

app/app.iml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,22 @@
7272
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars" />
7373
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/de.hdodenhof/circleimageview/2.0.0/jars" />
7474
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
75-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint" />
7675
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
77-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/mockable-android-22.jar" />
7876
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
7977
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
8078
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/resources" />
8179
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
8280
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
8381
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/tmp" />
8482
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
85-
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
86-
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
8783
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
8884
</content>
8985
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
9086
<orderEntry type="sourceFolder" forTests="false" />
91-
<orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" />
87+
<orderEntry type="library" exported="" name="circleimageview-2.0.0" level="project" />
9288
<orderEntry type="library" exported="" name="support-v4-22.2.0" level="project" />
89+
<orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" />
9390
<orderEntry type="library" exported="" name="appcompat-v7-22.2.0" level="project" />
94-
<orderEntry type="library" exported="" name="circleimageview-2.0.0" level="project" />
9591
<orderEntry type="module" module-name="materialiconlib" exported="" />
9692
</component>
9793
</module>

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ dependencies {
2525
compile fileTree(dir: 'libs', include: ['*.jar'])
2626
compile 'com.android.support:appcompat-v7:22.2.0'
2727
compile 'de.hdodenhof:circleimageview:2.0.0'
28-
compile project(':materialiconlib')
28+
/*compile project(':materialiconlib')*/
29+
compile 'net.steamcrafted:materialiconlib:1.0.8'
2930
}

app/src/main/assets/enumjava.java

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

app/src/main/assets/enumjavaenum.java

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

app/src/main/assets/enumjavahex.java

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)