Skip to content

Commit c76abd9

Browse files
committed
1.0.4 - bumped to match icon pack version 1.2.65
1 parent e4f455f commit c76abd9

File tree

16 files changed

+5126
-4560
lines changed

16 files changed

+5126
-4560
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 1170 icons, you can look at them here: https://materialdesignicons.com
13+
- Currently contains 1265 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.3'
33+
compile 'net.steamcrafted:materialiconlib:1.0.4'
3434
}
3535
```
3636

app/app.iml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex-cache" />
7474
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/jars" />
7575
<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.3/jars" />
7776
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
7877
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jacoco" />
7978
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javaResources" />
@@ -95,7 +94,7 @@
9594
<orderEntry type="sourceFolder" forTests="false" />
9695
<orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" />
9796
<orderEntry type="library" exported="" name="support-v4-22.2.0" level="project" />
98-
<orderEntry type="library" exported="" name="materialiconlib-1.0.3" level="project" />
9997
<orderEntry type="library" exported="" name="appcompat-v7-22.2.0" level="project" />
98+
<orderEntry type="module" module-name="materialiconlib" exported="" />
10099
</component>
101100
</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.3'
27+
compile project(":materialiconlib")
2828
}

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)