File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 16
16
-->
17
17
18
18
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
19
- package =" com.example.android.tictactoe.library"
20
- android : versionCode =" 1"
21
- android : versionName =" 1.0" >
22
- </manifest >
19
+ package =" com.example.android.tictactoe.library" >
20
+ <application >
21
+ <!-- The activity tag here is currently not used. The main project TicTacToeMain
22
+ must currently redefine the activities to be used from the libraries.
23
+ However later the tools will pick up the activities from here and merge them
24
+ automatically, so it's best to define your activities here like for any
25
+ regular Android project.
26
+ -->
27
+ <activity android : name =" GameActivity" />
28
+ </application >
29
+ </manifest >
Original file line number Diff line number Diff line change 25
25
26
26
android.library.reference.1 =../TicTacToeLib/
27
27
# Project target. This requires the tools from SDK Froyo (API 8) to be used.
28
- # STOPSHIP change to target=8 once Froyo API is set to 8.
29
- target =android-Froyo
28
+ target =8
Original file line number Diff line number Diff line change 1
1
Pkg.UserSrc =false
2
2
Pkg.Revision =1
3
- AndroidVersion.ApiLevel =7
4
- AndroidVersion.CodeName =Froyo
3
+ AndroidVersion.ApiLevel =8
4
+ # AndroidVersion.CodeName=
5
5
You can’t perform that action at this time.
0 commit comments