| commit | b8a884fbab7d8004211534ec6dd68d8960b41321 | [log] [tgz] |
|---|---|---|
| author | Raphael <raphael@google.com> | Fri Apr 02 22:05:14 2010 -0700 |
| committer | Raphael <raphael@google.com> | Mon Apr 05 14:19:33 2010 -0700 |
| tree | db2c75155567857d0e3ef21fe74e3ddd4b28cf2d | |
| parent | 718a35143dae79196aa46467eada542cfe49c382 [diff] [blame] |
Implementation of the tic-tac-toe sample. Added some README.txt Change-Id: Ie2703ffdfdeba773d0fd27153ec0cdb806b2e2dc
diff --git a/samples/TicTacToeMain/default.properties b/samples/TicTacToeMain/default.properties index d2fdd80..7702ab6 100755 --- a/samples/TicTacToeMain/default.properties +++ b/samples/TicTacToeMain/default.properties
@@ -24,5 +24,6 @@ # project structure. android.library.reference.1=../TicTacToeLib/ -# Project target. +# Project target. This requires the tools from SDK Froyo (API 8) to be used. +# STOPSHIP change to target=8 once Froyo API is set to 8. target=android-Froyo