Skip to content

Commit

Permalink
stupid samsung app store can't have alpha chars in version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tobykurien committed Feb 28, 2012
1 parent 97c8960 commit ed2f4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="za.co.house4hack.paint3d"
android:versionCode="1"
android:versionName="0.1-beta">
android:versionName="0.1">

<uses-sdk android:minSdkVersion="4" />

Expand Down
3 changes: 2 additions & 1 deletion docs/todo.txt
Expand Up @@ -8,7 +8,8 @@ General:

- Vector Paint:
- allow cropping of background image
- save and load drawing background together with drawing (as separate bmp file)
- save and load dra
wing background together with drawing (as separate bmp file)

- 3D Preview
- fix the normals of the generated STL
Expand Down

0 comments on commit ed2f4e4

Please sign in to comment.