From 4df62e4c4afb629c3928da36c2ddf4e2bfa8abfc Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 26 Mar 2013 22:22:42 +0000 Subject: [PATCH] fix 0.0.8 aws.apps.androidDrawables --- metadata/aws.apps.androidDrawables.txt | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/metadata/aws.apps.androidDrawables.txt b/metadata/aws.apps.androidDrawables.txt index 777df579f4..dbd155fd84 100644 --- a/metadata/aws.apps.androidDrawables.txt +++ b/metadata/aws.apps.androidDrawables.txt @@ -6,11 +6,16 @@ Issue Tracker:https://github.com/alt236/Android-Drawables---Android/issues Summary:List Android Resources Description: -This application will list all public and private Android resources (i.e. resources located under -android.R.* and under com.android.internal.R.*) for the current device. If the resource is a drawable -or a colour the background colour of the list can be changed to see how it looks next to a different colour. -Internal resources (anything under 'com.android._internal_.R') are not guaranteed to be in all -devices/Android versions. Do not reference them directly in your application or it will crash on +This application will list all public and private Android resources (i.e. +resources located under +android.R.* and under com.android.internal.R.*) for the current device. If the +resource is a drawable +or a colour the background colour of the list can be changed to see how it +looks next to a different colour. +Internal resources (anything under 'com.android._internal_.R') are not +guaranteed to be in all +devices/Android versions. +Do not reference them directly in your application or it will crash on untested device configurations. . @@ -20,8 +25,10 @@ Repo:https://github.com/alt236/Android-Drawables---Android.git Build Version:0.0.7,7,e40721,srclibs=ActionBarSherlock@6e3f2bb5;NewQuickAction3D@f2b7b,\ prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i 's@\(android.library.reference.2=\).*@\1$$NewQuickAction3D$$@' project.properties -Build Version:0.0.8,8,!build problems v0.0.8,srclibs=ActionBarSherlock@6e3f2bb5;NewQuickAction3D@f2b7b069,\ -prebuild=sed -i -e 's@\.1=.*@.1=$$ActionBarSherlock$$@' -e 's@\.2=.*@.2=$$NewQuickAction3D$$@' project.properties +Build Version:0.0.8,8,v0.0.8,extlibs=android/android-support-v4.jar,\ +srclibs=ActionBarSherlock@4.1.0;NewQuickAction3D@f2b7b,\ +prebuild=mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \ +sed -i -e 's@\.1=.*@.1=$$ActionBarSherlock$$@' -e 's@\.2=.*@.2=$$NewQuickAction3D$$@' project.properties Auto Update Mode:None Update Check Mode:Tags