diff --git a/samples/TicTacToeLib/AndroidManifest.xml b/samples/TicTacToeLib/AndroidManifest.xml index db44c0566..14df57e69 100755 --- a/samples/TicTacToeLib/AndroidManifest.xml +++ b/samples/TicTacToeLib/AndroidManifest.xml @@ -16,7 +16,14 @@ --> - \ No newline at end of file + package="com.example.android.tictactoe.library"> + + + + + diff --git a/samples/TicTacToeMain/default.properties b/samples/TicTacToeMain/default.properties index 7702ab664..9dc9009ab 100755 --- a/samples/TicTacToeMain/default.properties +++ b/samples/TicTacToeMain/default.properties @@ -25,5 +25,4 @@ android.library.reference.1=../TicTacToeLib/ # 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 +target=8 diff --git a/samples/source.properties b/samples/source.properties index 64557a113..96c520a22 100644 --- a/samples/source.properties +++ b/samples/source.properties @@ -1,5 +1,5 @@ Pkg.UserSrc=false Pkg.Revision=1 -AndroidVersion.ApiLevel=7 -AndroidVersion.CodeName=Froyo +AndroidVersion.ApiLevel=8 +#AndroidVersion.CodeName=