Skip to content

Commit

Permalink
Fixed #113 Support Material design commmunity icons
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanZapata committed Sep 1, 2015
1 parent 8eff9dd commit a06fcfd
Show file tree
Hide file tree
Showing 10 changed files with 1,341 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies {
compile 'com.joanzapata.iconify:android-iconify-entypo:2.0.9' // (v3,2015)
compile 'com.joanzapata.iconify:android-iconify-typicons:2.0.9' // (v2.0.7)
compile 'com.joanzapata.iconify:android-iconify-material:2.0.9' // (v2.0.0)
compile 'com.joanzapata.iconify:android-iconify-material-community:2.0.9' // (v1.2.65)
compile 'com.joanzapata.iconify:android-iconify-meteocons:2.0.9' // (latest)
compile 'com.joanzapata.iconify:android-iconify-weathericons:2.0.9' // (v2.0)
compile 'com.joanzapata.iconify:android-iconify-simplelineicons:2.0.9' // (v1.0.0)
Expand Down
27 changes: 27 additions & 0 deletions android-iconify-material-community/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
buildscript {
dependencies {
classpath rootProject.ext.androidPlugin
}
}

apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
}
}

dependencies {
compile project(':android-iconify')
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
3 changes: 3 additions & 0 deletions android-iconify-material-community/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POM_ARTIFACT_ID=android-iconify-material-community
POM_NAME=Material community icons integration for Iconify
POM_PACKAGING=aar
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.joanzapata.iconify.material.community">

</manifest>
Binary file not shown.
Loading

0 comments on commit a06fcfd

Please sign in to comment.