Skip to content

Commit cf99704

Browse files
author
Xavier Ducrohet
committed
Fix the Library sample.
Change-Id: I38d0336b8f1952d4e0424501dcd060d173624b5b
1 parent fc7428f commit cf99704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/TicTacToeMain/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434

3535

3636
</application>
37-
<uses-sdk android:minSdkVersion="Froyo" />
37+
<uses-sdk android:minSdkVersion="8" />
3838

3939
</manifest>

samples/TicTacToeMain/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ the main project and the result is used to generate the APK. This means that
3636
the main project can either use or redefine behavior from the libraries.
3737

3838

39-
To use the main vs livrary project:
39+
To use the main vs library project:
4040
- In ADT, just open import both projects and launch the main project.
4141
- In Ant, use 'android update project' to create the build files and set the SDK location,
4242
and then run 'ant debug' on the main project.
4343

4444

4545
For more details on the purpose of this feature, its limitations and detailed usage,
4646
please read the SDK guide at
47-
<STOPSHIP insert URL here to library-project on developers.android.com>
47+
http://developer.android.com/guide/developing/eclipse-adt.html
4848

0 commit comments

Comments
 (0)