Skip to content

Commit

Permalink
0.5 beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Nov 10, 2013
1 parent 4f0ec61 commit 9cc44de
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 7 deletions.
Binary file modified CardsUILib/bin/cardsuilib.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions CardsUILib/lint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="NewApi" severity="warning" />
</lint>
4 changes: 2 additions & 2 deletions PopBell/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.simpleminds.popbell"
android:versionCode="5"
android:versionName="0.4 beta" >
android:versionCode="6"
android:versionName="0.5 beta" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
4 changes: 2 additions & 2 deletions PopBell/bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.simpleminds.popbell"
android:versionCode="5"
android:versionName="0.4 beta" >
android:versionCode="6"
android:versionName="0.5 beta" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
1 change: 0 additions & 1 deletion PopBell/bin/classes/.gitignore

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion PopBell/gen/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion PopBell/res/drawable/selectable_background_cardbank.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:exitFadeDuration="@android:integer/config_mediumAnimTime" >
<item android:state_pressed="false" android:state_focused="true" android:drawable="@android:color/transparent" />
<item android:state_pressed="true" android:drawable="@android:color/holo_blue_light" />
<item android:state_pressed="true" android:color="#33B5E5" />
<item android:drawable="@android:color/transparent" />
</selector>
Binary file modified StandOut/bin/standout.jar
Binary file not shown.
1 change: 1 addition & 0 deletions StandOut/lint.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="MissingTranslation" severity="warning" />
</lint>
Binary file modified appcompat/bin/android-support-v7-appcompat.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions appcompat/lint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="MissingPrefix" severity="warning" />
<issue id="MissingTranslation" severity="warning" />
<issue id="Orientation" severity="warning" />
</lint>

0 comments on commit 9cc44de

Please sign in to comment.