Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Commit

Permalink
downgraded to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchan committed Jul 30, 2011
1 parent 6616f8e commit bd32638
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/AndroidManifest.xml
Expand Up @@ -3,7 +3,7 @@
package="edu.mit.tabtracker.android"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="10" />
<uses-sdk android:minSdkVersion="8" />

<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".LoginActivity"
Expand Down
2 changes: 1 addition & 1 deletion app/default.properties
Expand Up @@ -8,6 +8,6 @@
# project structure.

# Project target.
target=android-10
target=android-8
android.library=false
android.library.reference.1=../facebook
2 changes: 1 addition & 1 deletion facebook/default.properties
Expand Up @@ -9,4 +9,4 @@

android.library=true
# Project target.
target=android-10
target=android-8

0 comments on commit bd32638

Please sign in to comment.