Skip to content

Commit

Permalink
Bumped to 1.0.4
Browse files Browse the repository at this point in the history
Enforced colors
  • Loading branch information
dexafree committed Nov 2, 2014
1 parent 0a60af0 commit 6909c02
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/.idea/workspace.xml
.DS_Store
/build
.idea/
4 changes: 2 additions & 2 deletions .idea/libraries/cardview_v7_21_0_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions .idea/libraries/materiallist_1_0_0.xml

This file was deleted.

2 changes: 1 addition & 1 deletion MaterialList.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.github.dexafree" external.system.module.version="1.0.0" type="JAVA_MODULE" version="4">
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.github.dexafree" external.system.module.version="1.0.1" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
Expand Down
5 changes: 2 additions & 3 deletions app/app.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.dexafree" external.system.module.version="1.0.0" type="JAVA_MODULE" version="4">
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.dexafree" external.system.module.version="1.0.1" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
Expand Down Expand Up @@ -81,12 +81,11 @@
</content>
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="cardview-v7-21.0.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-21.0.0" level="project" />
<orderEntry type="library" exported="" name="support-v4-21.0.0" level="project" />
<orderEntry type="library" exported="" name="materiallist-1.0.0" level="project" />
<orderEntry type="library" exported="" name="library-2.4.0" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-21.0.0" level="project" />
<orderEntry type="module" module-name="materialList" exported="" />
</component>
</module>

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
//compile project(':materialList')
compile 'com.github.dexafree:materiallist:1.0.0'
compile project(':materialList')
//compile 'com.github.dexafree:materiallist:1.0.0'
compile 'com.android.support:appcompat-v7:21.0.0'
}
4 changes: 2 additions & 2 deletions materialList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.dexafree.materialList"
minSdkVersion 9
targetSdkVersion 21
versionCode 3
versionName "1.0.1"
versionCode 4
versionName "1.0.3"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion materialList/materialList.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.dexafree" external.system.module.version="1.0.0" type="JAVA_MODULE" version="4">
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.dexafree" external.system.module.version="1.0.1" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
android:paddingRight="16dp"
android:paddingBottom="8dp"
android:textSize="@dimen/title_size"
android:textColor="@color/grey_title"
android:textColor="@color/black_button"
tools:text="El Pooch"/>

<TextView
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
android:padding="@dimen/big_padding"
android:textSize="@dimen/title_size"
android:id="@+id/titleTextView"
android:textColor="@color/black_button"
tools:text="Title"/>

<ImageView
Expand Down

0 comments on commit 6909c02

Please sign in to comment.