Skip to content

Commit 7cca688

Browse files
author
Wannes Ghielens
committed
Fixed #44 + updated to match current materialdesignicons version 2.3.54
1 parent bc26772 commit 7cca688

File tree

21 files changed

+2050
-212
lines changed

21 files changed

+2050
-212
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ A library containing over 2000 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 2046 icons, you can look at them here: https://materialdesignicons.com
13+
- Currently contains 2354 icons, you can look at them here: https://materialdesignicons.com
1414
- Configured in less than a minute
15-
- Adds about 220kb to your apk (so a wopping average of __112 bytes per icon__)
15+
- Adds about 257kb to your apk (so a whopping average of __109 bytes per icon__)
1616
- Includes a custom Drawable, IconView and a MenuInflater for all different icon use cases
1717

1818
# Usage
@@ -33,7 +33,7 @@ Previews work inside layout files, menu resource files sadly do not support prev
3333

3434
```groovy
3535
dependencies {
36-
compile 'net.steamcrafted:materialiconlib:1.1.4'
36+
compile 'net.steamcrafted:materialiconlib:1.1.5'
3737
}
3838
```
3939

app/app.iml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,22 @@
9393
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
9494
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
9595
</content>
96-
<orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" />
96+
<orderEntry type="jdk" jdkName="Android API 27 Platform" jdkType="Android SDK" />
9797
<orderEntry type="sourceFolder" forTests="false" />
98-
<orderEntry type="library" exported="" name="support-v4-23.1.1" level="project" />
99-
<orderEntry type="library" exported="" name="support-annotations-23.1.1" level="project" />
100-
<orderEntry type="library" exported="" name="appcompat-v7-23.1.1" level="project" />
98+
<orderEntry type="library" exported="" name="appcompat-v7-27.1.1" level="project" />
99+
<orderEntry type="library" exported="" name="viewmodel-1.1.0" level="project" />
100+
<orderEntry type="library" exported="" name="support-vector-drawable-27.1.1" level="project" />
101+
<orderEntry type="library" exported="" name="support-core-utils-27.1.1" level="project" />
102+
<orderEntry type="library" exported="" name="common-1.1.0" level="project" />
103+
<orderEntry type="library" exported="" name="1_common-1.1.0" level="project" />
104+
<orderEntry type="library" exported="" name="support-core-ui-27.1.1" level="project" />
105+
<orderEntry type="library" exported="" name="support-annotations-27.1.1" level="project" />
106+
<orderEntry type="library" exported="" name="support-compat-27.1.1" level="project" />
107+
<orderEntry type="library" exported="" name="support-fragment-27.1.1" level="project" />
108+
<orderEntry type="library" exported="" name="animated-vector-drawable-27.1.1" level="project" />
109+
<orderEntry type="library" exported="" name="livedata-core-1.1.0" level="project" />
110+
<orderEntry type="library" exported="" name="runtime-1.1.0" level="project" />
111+
<orderEntry type="library" exported="" name="1_runtime-1.1.0" level="project" />
101112
<orderEntry type="module" module-name="materialiconlib" exported="" />
102113
</component>
103114
</module>

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apply plugin: 'com.android.application'
33
repositories { maven { url "http://dl.bintray.com/codecrafted/maven" } }
44

55
android {
6-
compileSdkVersion 25
7-
buildToolsVersion '25.0.0'
6+
compileSdkVersion 27
7+
buildToolsVersion '25.0.3'
88

99
defaultConfig {
1010
applicationId "net.steamcrafted.materialiconview"
11-
minSdkVersion 8
12-
targetSdkVersion 25
11+
minSdkVersion 14
12+
targetSdkVersion 27
1313
versionCode 1
1414
versionName "1.0"
1515
}
@@ -29,7 +29,7 @@ android {
2929

3030
dependencies {
3131
compile fileTree(dir: 'libs', include: ['*.jar'])
32-
compile 'com.android.support:appcompat-v7:23.1.1'
32+
compile 'com.android.support:appcompat-v7:27.1.1'
3333
//compile 'net.steamcrafted:materialiconlib:1.1.2'
3434
compile project(":materialiconlib")
3535
}

app/src/androidTest/java/net/steamcrafted/materialiconview/ApplicationTest.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

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)