Skip to content

Commit

Permalink
Added support for material design icons by google
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanZapata committed Aug 9, 2015
1 parent d65dd08 commit 2923d49
Show file tree
Hide file tree
Showing 11 changed files with 903 additions and 34 deletions.
27 changes: 27 additions & 0 deletions android-iconify-material/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/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POM_ARTIFACT_ID=android-iconify-material
POM_NAME=Google's Material Design Icons integration for Iconify
POM_PACKAGING=aar
4 changes: 4 additions & 0 deletions android-iconify-material/src/main/AndroidManifest.xml
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">

</manifest>
Binary file not shown.
Loading

0 comments on commit 2923d49

Please sign in to comment.